parent
58055e4b38
commit
b2ea85feda
|
@ -17,7 +17,6 @@
|
|||
../../profiles/nixpkgs-dev.nix # Nix pkgs dev tools
|
||||
../../profiles/openssh.nix # Enable and configure openssh
|
||||
../../profiles/pipewire.nix # Enable and pipewire audio system
|
||||
../../profiles/powerManagement.nix # Power management for laptops
|
||||
../../profiles/xmonad.nix # Xmonad desktop environment
|
||||
../../profiles/yubikey.nix # Yubikey tooling
|
||||
../../profiles/users-ops.nix # MIO Ops users
|
||||
|
|
|
@ -25,7 +25,6 @@ in {
|
|||
services = {
|
||||
desktopManager.cosmic.enable = true;
|
||||
displayManager.cosmic-greeter.enable = true;
|
||||
power-profiles-daemon.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
../profiles/host_common.nix
|
||||
../profiles/daedalus.nix
|
||||
../profiles/openssh.nix
|
||||
../profiles/powerManagement.nix
|
||||
../profiles/users-core.nix
|
||||
../profiles/users.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue