feat: added some stuff

This commit is contained in:
Nick 2025-01-03 17:10:21 -06:00
parent 9b9becb2c1
commit dd99b3a827
10 changed files with 142 additions and 148 deletions

12
nixos/modules/cosmic.nix Executable file
View file

@ -0,0 +1,12 @@
{
nix.settings = {
substituters = ["https://cosmic.cachix.org/"];
trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
};
environment.sessionVariables.COSMIC_DATA_CONTROL_ENABLED = 1;
services = {
desktopManager.cosmic.enable = true;
displayManager.cosmic-greeter.enable = true;
};
}