Several hyprland updates:

plugins, new cursor, light/dark themes, new app launcher, ...
This commit is contained in:
Miguel Palhas
2026-02-16 17:33:40 +00:00
parent 48225afa6d
commit e8086e8528
48 changed files with 1436 additions and 290 deletions
+5 -9
View File
@@ -14,19 +14,23 @@
../common/programs/desktop
../common/programs/zen-browser.nix
../common/programs/hyprland
../common/programs/i3.nix
../common/programs/kitty
../common/programs/syncthing.nix
../common/programs/unity.nix
../common/programs/ethui.nix
../common/programs/gpg.nix
../common/features/xdg.nix
../common/features/downloads-cleanup.nix
../common/programs/3d.nix
../common/features/bluetooth.nix
./monitors.nix
];
wayland.windowManager.hyprland.settings = {
exec-once = [
"hyprctl setcursor Nordzy-cursors 32"
];
workspace = [
"1, monitor:DP-3"
"2, monitor:eDP-1"
@@ -42,14 +46,6 @@
];
};
programs.hyprpanel.settings.bar.layouts = {
"0" = {
right = [
"battery"
];
};
};
home = {
username = lib.mkDefault "naps62";
stateVersion = lib.mkDefault "24.05";