mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 13:59:24 -06:00
20 lines
439 B
Nix
20 lines
439 B
Nix
|
|
{
|
||
|
|
# 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;
|
||
|
|
xwayland.enable = true;
|
||
|
|
};
|
||
|
|
# displayManager.cosmic-greeter.enable = true;
|
||
|
|
};
|
||
|
|
}
|