diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-28 15:20:25 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-28 15:20:25 +0530 | 
| commit | cab9134cfafbd7abbc6766384191f58c1ca9c16a (patch) | |
| tree | d6cce13c88e63f29b4ba49bb4d4f5b606d06484e /machines | |
| parent | 32fa47525533b73786d9b41e410a0e6106e18977 (diff) | |
update
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/x/configuration.nix | 8 | ||||
| -rw-r--r-- | machines/x/home.nix | 5 | 
2 files changed, 11 insertions, 2 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index d80dad9..3d89307 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -6,19 +6,25 @@      inputs.home-manager.nixosModules.default    ] ++ (map (path: ../../modules/${path}) [      "core/global.nix" +      "amdgpu.nix"      "amd.nix"      "nvidia.nix"      "laptop.nix" +      "core/audio.nix"      "core/bluetooth.nix"      "core/fonts.nix" -    "wm_utils.nix" +      "compromyse.nix"      "login.nix"      "polkit.nix" +      "virtualization.nix"      "remapcapslock.nix" + +    "wm_utils.nix" +    "qtile"    ]);    boot.loader.systemd-boot.enable = true; diff --git a/machines/x/home.nix b/machines/x/home.nix index 52b6f06..2c009e5 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -25,6 +25,9 @@      firefox      google-chrome +    filezilla +    pcmanfm +      obs-studio      wl-clipboard @@ -40,7 +43,7 @@      "emacs"      "nvim" -    "dwl.nix" +    "qtile"      "themes.nix"      "way-displays"      "swaylock" | 
