diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 21:52:19 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 21:52:19 +0530 |
| commit | db0493863f4d89a074eea0b4e230ff00cea67611 (patch) | |
| tree | f3e71ae0efd67a926c2a8e7143e4fb0788857947 /machines/x/configuration.nix | |
| parent | d4c18c4b2f659d1b7dfceefcc06e498762b9c5e4 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | machines/x/configuration.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 21ca26a..7aae93d 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -6,12 +6,12 @@ inputs.home-manager.nixosModules.default ] ++ (map (path: ../../modules/${path}) [ "global.nix" + "core/audio.nix" + "core/bluetooth.nix" + "core/fonts.nix" + "polkit.nix" "compromyse.nix" "login.nix" - "wm.nix" - "fonts.nix" - "bluetooth.nix" - "audio.nix" "virtualization.nix" "nvidia.nix" ]); @@ -34,7 +34,6 @@ networking.hostName = "x"; home-manager.users.compromyse = import ./home.nix; - programs.steam.enable = true; networking.extraHosts = '' |
