diff options
Diffstat (limited to 'hosts/ali/desktop-environment/default.nix')
-rw-r--r-- | hosts/ali/desktop-environment/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/ali/desktop-environment/default.nix b/hosts/ali/desktop-environment/default.nix index ce9e3bd..ad6f8bf 100644 --- a/hosts/ali/desktop-environment/default.nix +++ b/hosts/ali/desktop-environment/default.nix @@ -1,6 +1,5 @@ # This module configures a desktop environment specific to this host. -{pkgs,...}: -{ +{pkgs, ...}: { imports = [ ./window-manager.nix ./input.nix @@ -14,7 +13,6 @@ videoDrivers = ["fbdev"]; }; - # Enable sound. # hardware.pulseaudio.enable = true; # OR |