diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-02 22:27:04 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-02 22:27:04 +0530 |
| commit | 9881f2cb777a54483c4b2932b45ccc13332a57d9 (patch) | |
| tree | dfd66e5e3dd0631fed3b48903df13f12bb082e72 | |
| parent | d2e042cb074c1930724a06e32a50204befc3508a (diff) | |
update
| -rw-r--r-- | config/plasma/default.nix | 1 | ||||
| -rw-r--r-- | config/spotify-player/default.nix | 1 | ||||
| -rw-r--r-- | machines/x/configuration.nix | 6 | ||||
| -rw-r--r-- | machines/x/home.nix | 12 | ||||
| -rw-r--r-- | modules/login.nix | 4 |
5 files changed, 12 insertions, 12 deletions
diff --git a/config/plasma/default.nix b/config/plasma/default.nix index 2b7f486..5ade450 100644 --- a/config/plasma/default.nix +++ b/config/plasma/default.nix @@ -6,6 +6,7 @@ home.packages = [ pkgs.bibata-cursors pkgs.papirus-icon-theme + kdePackages.yakuake ]; gtk = { diff --git a/config/spotify-player/default.nix b/config/spotify-player/default.nix index 180baad..6f695e6 100644 --- a/config/spotify-player/default.nix +++ b/config/spotify-player/default.nix @@ -2,7 +2,6 @@ { home.packages = with pkgs; [ - kdePackages.yakuake spotify-player ]; diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index edfe0ba..5cf5313 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 baa6937..16d9cf2 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" + "dwl.nix" + "themes.nix" + "way-displays" + "swaylock" + "dunst" - "plasma" + # "plasma" "alacritty" "spotify-player" diff --git a/modules/login.nix b/modules/login.nix index ee4e29d..0789cff 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -10,8 +10,8 @@ enable = true; settings = { default_session = { - command = "tuigreet --time --remember --cmd \"startplasma-wayland\""; - # command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; + # command = "tuigreet --time --remember --cmd \"startplasma-wayland\""; + command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; user = "greeter"; }; }; |
