diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-05 15:07:47 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-05 15:07:47 +0530 | 
| commit | 9d9a8906f7efb90cf5f7920bd76c032e9bde1c5b (patch) | |
| tree | b2e619d2daaded3c19d54dd4c9b5d852978d57c4 /machines/x | |
| parent | a3b37708f641338c45b788f6622b08a0d55f5729 (diff) | |
update
Diffstat (limited to 'machines/x')
| -rw-r--r-- | machines/x/configuration.nix | 6 | ||||
| -rw-r--r-- | machines/x/home.nix | 15 | 
2 files changed, 8 insertions, 13 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 03d806f..5137fef 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 cece0d7..cbface7 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -25,10 +25,8 @@      chromium      spotify -    postman      obsidian -    filezilla      pcmanfm      obs-studio @@ -37,8 +35,6 @@      git-lfs      slides - -    vscode    ];    programs = { @@ -58,15 +54,14 @@      "emacs"      "nvim" -    "labwc"      # "qtile" -    # "plasma" +    "plasma"      # "sway"      # "dwl.nix" -    "themes.nix" -    "way-displays" -    "swaylock" -    "dunst" +    # "themes.nix" +    # "way-displays" +    # "swaylock" +    # "dunst"      "alacritty"      # "spotify-player" | 
