Splitting desktop to user and gnome and adding agenix
This commit is contained in:
parent
0350576970
commit
49ad024034
14 changed files with 453 additions and 274 deletions
15
flake.nix
15
flake.nix
|
|
@ -14,9 +14,19 @@
|
|||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||
disko.url = "github:nix-community/disko";
|
||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, nixos-hardware, nix-flatpak, disko, ... }@attrs: {
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
nixpkgs-unstable,
|
||||
nixos-hardware,
|
||||
nix-flatpak,
|
||||
disko,
|
||||
agenix,
|
||||
...
|
||||
}@attrs: {
|
||||
nixosConfigurations = {
|
||||
lyes-pc = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -26,6 +36,7 @@
|
|||
./hosts/lyes-pc/disko-config.nix
|
||||
|
||||
./users/lyes
|
||||
./users/lyes/desktop
|
||||
|
||||
./modules
|
||||
./modules/desktop
|
||||
|
|
@ -33,11 +44,13 @@
|
|||
# ./modules/nvidia
|
||||
# ./modules/specialisations/old-kernel.nix
|
||||
# ./modules/specialisations/gaming.nix
|
||||
./modules/gnome
|
||||
./modules/sway
|
||||
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
nixos-hardware.nixosModules.framework-16-7040-amd
|
||||
disko.nixosModules.disko
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue