256 current 1970-01-01 01:00:00 23.11.20240320.f091af0 6.1.82 *

This commit is contained in:
Max Känner 2024-03-21 14:33:45 +01:00
parent a5511710a3
commit 3a75c8c938
3 changed files with 30 additions and 18 deletions

View File

@ -7,31 +7,32 @@
]
},
"locked": {
"lastModified": 1709756385,
"narHash": "sha256-EwAsCWfjLnq6Rzh9c95ThPhTTOQkY/R9ZROPUfhtHmE=",
"lastModified": 1710888565,
"narHash": "sha256-s9Hi4RHhc6yut4EcYD50sZWRDKsugBJHSbON8KFwoTw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "ad9254cd9af9165000ecd6ef9c23c2b8ceda01c7",
"rev": "f33900124c23c4eca5831b9b5eb32ea5894375ce",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-23.11",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1709479366,
"narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=",
"lastModified": 1710951922,
"narHash": "sha256-FOOBJ3DQenLpTNdxMHR2CpGZmYuctb92gF0lpiirZ30=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b8697e57f10292a6165a20f03d2f42920dfaf973",
"rev": "f091af045dff8347d66d186a62d42aceff159456",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"ref": "nixos-23.11",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -2,10 +2,10 @@
description = "Nixos config flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};

View File

@ -3,7 +3,23 @@
pkgs,
lib,
...
}: {
}: let
kicad =
pkgs.kicad-unstable.override
{
stable = true;
testing = false;
srcs = {
kicadVersion = "8.0.1";
kicad = pkgs.fetchFromGitLab {
group = "kicad";
owner = "code";
repo = "kicad";
rev = "8.0.1";
};
};
};
in {
imports = [
# sway as windowmanager
../../modules/home-manager/sway.nix
@ -46,7 +62,6 @@
firefox
thunderbird
xournalpp
kicad
prismlauncher
steam
blender
@ -55,22 +70,18 @@
youtube-dl
dconf
distrobox
gyroflow
libqalculate
sops
pwvucontrol
qpwgraph
(pkgs.discord.override {
withOpenASAR = true;
withVencord = true;
})
vesktop
discord
libreoffice-fresh
mate.caja
kdePackages.okular
libsForQt5.okular
mpv
gimp
freecad
# kicad
];
home.sessionVariables = {