mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 22:02:25 +01:00
update unstable, add Cosmic desktop
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
home-manager.url = "github:nix-community/home-manager/release-25.05";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager }: {
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, home-manager }: {
|
||||
nixosConfigurations = {
|
||||
gnome = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
@@ -21,6 +22,7 @@
|
||||
./users/demo.nix
|
||||
./users/master.nix
|
||||
];
|
||||
specialArgs = { inherit nixpkgs-unstable; };
|
||||
};
|
||||
kde = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
@@ -34,6 +36,7 @@
|
||||
./users/demo.nix
|
||||
./users/master.nix
|
||||
];
|
||||
specialArgs = { inherit nixpkgs-unstable; };
|
||||
};
|
||||
hyprland = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
@@ -47,6 +50,7 @@
|
||||
./users/demo.nix
|
||||
./users/master.nix
|
||||
];
|
||||
specialArgs = { inherit nixpkgs-unstable; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user