diff options
author | Linnnus <[email protected]> | 2025-03-25 12:07:05 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-03-25 12:07:05 +0100 |
commit | 75cc93e2da17ec71c225d799917c7e5f6fd41037 (patch) | |
tree | 1e1de5445419b660e6b5ada868e9cf87f3d19531 /hosts/ali/desktop-environment | |
parent | e89fa203c3f11a93fe8805e911744b3b8a049973 (diff) |
chore: Formatting
Diffstat (limited to 'hosts/ali/desktop-environment')
-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 |