aboutsummaryrefslogtreecommitdiff
path: root/hosts/nixpad
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nixpad')
-rw-r--r--hosts/nixpad/configuration.nix19
1 files changed, 12 insertions, 7 deletions
diff --git a/hosts/nixpad/configuration.nix b/hosts/nixpad/configuration.nix
index 86146cd..5876618 100644
--- a/hosts/nixpad/configuration.nix
+++ b/hosts/nixpad/configuration.nix
@@ -130,20 +130,25 @@
nerdfonts
jetbrains-mono
- #other crap
- dunst
+ # other shit
+ #dunst
libnotify
- swww
- rofi-wayland
+ hyprpaper
networkmanagerapplet
grim
slurp
wl-clipboard
font-awesome
- dunst
+ rofi
+ wlogout
+ swaynotificationcenter
+ swaylock
+ sway
+ swayidle
+ helvum
(
waybar.overrideAttrs (oldAttrs: {
- mesonFlags = oldAttrs.mesonFlags ++ ["-Dexperimental=true"];
+ mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
})
)
];
@@ -154,7 +159,7 @@
};
xdg.portal.enable = true;
- xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];
+ xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
programs.zsh.enable = true;