mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: enabled cosmic
This commit is contained in:
parent
71dad853a4
commit
0665b883ab
4 changed files with 18 additions and 25 deletions
|
|
@ -9,10 +9,11 @@ in
|
|||
inherit (modules)
|
||||
syncthing
|
||||
ollama
|
||||
plasma
|
||||
hypr
|
||||
niri
|
||||
wayland
|
||||
cosmic
|
||||
# plasma
|
||||
# hypr
|
||||
# niri
|
||||
# wayland
|
||||
network
|
||||
searx
|
||||
flatpak
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue