adding back fixed cosmic
This commit is contained in:
parent
6b16211392
commit
b5ca0a8381
3 changed files with 22 additions and 98 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue