nas cosmic

This commit is contained in:
mjallen18
2025-03-23 13:25:59 -05:00
parent 7ea8423f15
commit 6cfcd600d5
4 changed files with 10 additions and 14 deletions

View File

@@ -22,6 +22,7 @@
./services.nix
./sops.nix
../default.nix
../../modules/desktop-environments/cosmic/default.nix
];
powerManagement.cpuFreqGovernor = "powersave";

View File

@@ -1,6 +1,6 @@
{ pkgs, config, ... }:
let
enableDisplayManager = true;
enableDisplayManager = false;
in
{
imports = [ ./nix-serve.nix ];