diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:18:32 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:18:32 +0530 | 
| commit | 62c6e3038af1e360af462c928d28d049070e113f (patch) | |
| tree | dad053a5e3cd8035e62676aa3df5404fd4a03894 /machines | |
| parent | 9881f2cb777a54483c4b2932b45ccc13332a57d9 (diff) | |
update
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/x/configuration.nix | 6 | ||||
| -rw-r--r-- | machines/x/home.nix | 14 | 
2 files changed, 10 insertions, 10 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 5cf5313..edfe0ba 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -27,10 +27,10 @@ in {      "virtualization.nix"      "remapcapslock.nix" -    "wm_utils.nix" -    "polkit.nix" +    # "wm_utils.nix" +    # "polkit.nix"      "login.nix" -    # "plasma.nix" +    "plasma.nix"    ]);    boot.loader = { diff --git a/machines/x/home.nix b/machines/x/home.nix index 16d9cf2..e50491b 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -54,13 +54,13 @@      "nvim"      # "qtile" -    "dwl.nix" -    "themes.nix" -    "way-displays" -    "swaylock" -    "dunst" - -    # "plasma" +    # "dwl.nix" +    "plasma" +    # "sway" +    # "themes.nix" +    # "way-displays" +    # "swaylock" +    # "dunst"      "alacritty"      "spotify-player" | 
