some plays, some updates

This commit is contained in:
2026-01-11 06:05:48 +03:00
parent b7f0075276
commit 2eb01e9603
19 changed files with 262 additions and 622 deletions
+5 -1
View File
@@ -27,7 +27,7 @@
nemo
pywal
jq
# quickshell
quickshell
];
programs.vicinae.enable = true;
services.swww.enable = true;
@@ -39,8 +39,12 @@
home.file.".config/hypr/scripts" = {
source = ./scripts;
recursive = true;
executable = true;
};
home.file.".config/background".source =
config.lib.file.mkOutOfStoreSymlink "/home/krosh/Pictures/wallpaper.png";
wayland.windowManager.hyprland = {
enable = true;
plugins = [ pkgs.hyprlandPlugins.hyprexpo ];