diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-29 11:57:20 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-29 11:57:20 +0530 | 
| commit | 8cb4343738a08010996701a86667d901620c6cb7 (patch) | |
| tree | 7a169f81b4f1eb73e571495069569fac98487006 /machines | |
| parent | cab9134cfafbd7abbc6766384191f58c1ca9c16a (diff) | |
back to dwl
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/x/configuration.nix | 2 | ||||
| -rw-r--r-- | machines/x/home.nix | 3 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 3d89307..ed69181 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -24,7 +24,7 @@      "remapcapslock.nix"      "wm_utils.nix" -    "qtile" +    # "qtile"    ]);    boot.loader.systemd-boot.enable = true; diff --git a/machines/x/home.nix b/machines/x/home.nix index 2c009e5..90d7883 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -43,7 +43,8 @@      "emacs"      "nvim" -    "qtile" +    # "qtile" +    "dwl.nix"      "themes.nix"      "way-displays"      "swaylock" | 
