mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-17 00:05:08 +02:00
11 lines
350 B
Nix
11 lines
350 B
Nix
nixos-cosmic: {
|
|
imports = [ nixos-cosmic.nixosModules.default ];
|
|
|
|
nix.settings = {
|
|
substituters = [ "https://cosmic.cachix.org/" ];
|
|
trusted-public-keys = [ "cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE=" ];
|
|
};
|
|
|
|
services.desktopManager.cosmic.enable = true;
|
|
services.displayManager.cosmic-greeter.enable = true;
|
|
}
|