From 75cc93e2da17ec71c225d799917c7e5f6fd41037 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 25 Mar 2025 12:07:05 +0100 Subject: chore: Formatting --- hosts/ali/desktop-environment/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hosts/ali/desktop-environment') 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 -- cgit v1.2.3