diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-08 11:47:36 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-08 11:47:36 +0530 | 
| commit | f0fb3c4d1559bc13aeb764e25aa0746f465560b0 (patch) | |
| tree | 63fc3145c091496193b0c0f2af81d655e1956d0a /machines/x | |
| parent | ea128011e4c6a6e337ce36ab290da2ae028dcbd2 (diff) | |
add labwc
Diffstat (limited to '')
| -rw-r--r-- | machines/x/configuration.nix | 6 | ||||
| -rw-r--r-- | machines/x/home.nix | 12 | 
2 files changed, 10 insertions, 8 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 5137fef..03d806f 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -28,11 +28,11 @@ in {      "remapcapslock.nix"      "login.nix" -    "plasma.nix" +    # "plasma.nix"      # "mate.nix"      # "xfce.nix" -    # "wm_utils.nix" -    # "polkit.nix" +    "wm_utils.nix" +    "polkit.nix"    ]);    boot.loader = { diff --git a/machines/x/home.nix b/machines/x/home.nix index 8defe3b..9332249 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -56,13 +56,15 @@      "nvim"      # "qtile" -    "plasma" +    # "plasma" +    "labwc"      # "sway"      # "dwl.nix" -    # "themes.nix" -    # "way-displays" -    # "swaylock" -    # "dunst" +    "themes.nix" +    "waybar" +    "way-displays" +    "swaylock" +    "dunst"      "alacritty"      # "spotify-player" | 
