upgrade
This commit is contained in:
parent
010c35909d
commit
4b83d8c1f2
2 changed files with 11 additions and 13 deletions
23
flake.nix
23
flake.nix
|
|
@ -2,8 +2,8 @@
|
||||||
description = "Complete system and home config";
|
description = "Complete system and home config";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||||
home-manager.url = "github:nix-community/home-manager/release-25.05";
|
home-manager.url = "github:nix-community/home-manager/release-25.11";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nur.url = "github:nix-community/nur";
|
nur.url = "github:nix-community/nur";
|
||||||
};
|
};
|
||||||
|
|
@ -19,17 +19,17 @@
|
||||||
networking.hostName = "nova";
|
networking.hostName = "nova";
|
||||||
}
|
}
|
||||||
./system
|
./system
|
||||||
./system/desktop.nix
|
|
||||||
./system/hardware/nova.nix
|
|
||||||
./system/gnome.nix
|
|
||||||
# ./system/plasma.nix
|
|
||||||
./system/ergodox.nix
|
|
||||||
./system/steam.nix
|
|
||||||
./system/btrbk.nix
|
|
||||||
# ./system/distrobox.nix
|
|
||||||
./system/yubikey.nix
|
|
||||||
./system/alt.nix
|
./system/alt.nix
|
||||||
|
./system/btrbk.nix
|
||||||
|
./system/desktop.nix
|
||||||
|
./system/ergodox.nix
|
||||||
|
./system/gnome.nix
|
||||||
./system/guest.nix
|
./system/guest.nix
|
||||||
|
./system/hardware/nova.nix
|
||||||
|
./system/plasma.nix
|
||||||
|
./system/steam.nix
|
||||||
|
./system/yubikey.nix
|
||||||
|
# ./system/distrobox.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -99,7 +99,6 @@
|
||||||
./system/gnome.nix
|
./system/gnome.nix
|
||||||
./system/steam.nix
|
./system/steam.nix
|
||||||
./system/media.nix
|
./system/media.nix
|
||||||
# ./system/btrbk.nix
|
|
||||||
./system/guest.nix
|
./system/guest.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./slim-desktop.nix
|
./slim-desktop.nix
|
||||||
./gnome
|
./gnome
|
||||||
./plasma.nix
|
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./librewolf.nix
|
./librewolf.nix
|
||||||
./tex.nix
|
./tex.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue