diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-13 13:37:24 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-13 13:37:24 +0530 | 
| commit | 8229f33e5f3e434797da22ebdd20aabc5d4203eb (patch) | |
| tree | c97df6dc22a98d3ad8774053b355721eb9cb9d38 /machines/x/home.nix | |
| parent | 4f1c996011231ccb77bafb8381874e3b5ff61368 (diff) | |
use plasma6
Diffstat (limited to 'machines/x/home.nix')
| -rw-r--r-- | machines/x/home.nix | 13 | 
1 files changed, 0 insertions, 13 deletions
| diff --git a/machines/x/home.nix b/machines/x/home.nix index c0ac523..dee6de3 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -21,7 +21,6 @@ in {      unzip      zip -    cinnamon.nemo      imv      spotify @@ -30,31 +29,19 @@ in {      obs-studio -    pavucontrol -    brightnessctl -    pamixer - -    wbg      wl-clipboard -    sway-launcher-desktop -      ccls      nodePackages.pyright      git-lfs    ] ++ [ tlauncher ];    imports = (map (path: ../../config/${path}) [ -    "themes.nix"      "bash.nix"      "dotfiles.nix"      "git"      "nvim"      "alacritty" -    "dwl.nix" -    "way-displays" -    "swaylock" -    "dunst"    ]);    home.stateVersion = "23.11"; | 
