feat: add useful utilities

This commit is contained in:
2025-06-23 02:57:35 -07:00
parent 6662e74026
commit 66eda1d7cc
2 changed files with 100 additions and 2 deletions

View File

@@ -34,6 +34,7 @@
libnotify
adwaita-icon-theme
swaybg
gnome-themes-extra
];
programs.thunar.enable = true;
programs.hyprland.enable = true;
@@ -54,17 +55,19 @@
"font-size" = 15;
};
};
waybar = {
hyprlock = {
enable = true;
};
};
xdg.configFile = {
waybar.source = ../../custom/waybar;
"hypr/hyprlock.conf".source = ../../custom/hyprlock/hyprlock.conf;
};
services.dunst = {
enable = true;
configFile = ../../custom/dunst/dunstrc;
};
services.hyprpolkitagent.enable = true;
services.copyq.enable = true;
gtk = {
enable = true;
theme.name = "Adwaita-dark";