add hypr stuff and remove current_system var fromflake

This commit is contained in:
2025-10-25 10:55:00 -05:00
parent 2d1d85ddc6
commit 6fa11eea8f
4 changed files with 44 additions and 14 deletions

View File

@@ -3,11 +3,19 @@
config,
...
}: {
home.packages = with pkgs; [nwg-displays];
home.packages = with pkgs; [
nwg-displays
hyprlock
hypridle
hyprpaper
];
wayland.windowManager.hyprland = {
enable = true;
systemd.variables = ["--all"];
settings = {
};
};
home.pointerCursor = {
@@ -18,9 +26,7 @@
size = 48;
};
xdg.configFile."hypr/hyprland.conf" = {
source = config.lib.file.mkOutOfStoreSymlink "/home/blake/.nix/users/blake/dots/hypr/hyprland.conf";
};
#xdg.configFile."hypr/hyprland.conf" = {
# source = config.lib.file.mkOutOfStoreSymlink "/home/blake/.nix/users/blake/dots/hypr/hyprland.conf";
#};
}