feat: enabled cosmic

This commit is contained in:
Nick 2025-10-02 20:19:26 -05:00
parent 71dad853a4
commit 0665b883ab
4 changed files with 18 additions and 25 deletions

View file

@ -9,10 +9,11 @@ in
inherit (modules)
syncthing
ollama
plasma
hypr
niri
wayland
cosmic
# plasma
# hypr
# niri
# wayland
network
searx
flatpak

View file

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