adding back fixed cosmic

This commit is contained in:
Chris Cochrun 2025-08-14 10:29:00 -05:00
parent 6b16211392
commit b5ca0a8381
3 changed files with 22 additions and 98 deletions

View file

@ -33,7 +33,7 @@ in
boot.supportedFilesystems = [ "ntfs" ];
services = {
desktopManager.cosmic.enable = false;
desktopManager.cosmic.enable = true;
};
programs.nix-ld.enable = true;
@ -50,10 +50,12 @@ in
enableUserSlices = true;
enableSystemSlice = true;
};
extraConfig = ''
DefaultTimeoutStopSec=10s
DefaultTimeoutStartSec=10s
'';
settings.Manager = {
DefaultIOAccounting = true;
DefaultIPAccounting = true;
DefaultTimeoutStopSec = "10s";
DefaultTimeoutStartSec = "10s";
};
};
fonts.packages = with pkgs; [
nerd-fonts.victor-mono