Renamed specialisations. Started configuring hyprpaper and hyprlock

This commit is contained in:
2025-11-21 09:23:30 +01:00
parent ee522bd869
commit 27d3b1cae1
11 changed files with 140 additions and 90 deletions

View File

@ -9,19 +9,39 @@
enable = true;
xwayland.enable = true;
#settings = {
# bind = [
# "SUPER, Space, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window"
# ];
#};
settings = {
# bind = [
# "SUPER, Space, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window"
# ];
#So hyprland doesnt break after a rebuild...
#exec = [ "systemctl --user restart hyprland-session.target" ];
};
extraConfig = builtins.readFile ./hyprland.conf;
};
};
services = {
hyprpaper = {
enable = true;
settings = {
preload = [
"/etc/nixos/other/wallpaper2.png"
];
wallpaper = [
"eDP-1,/etc/nixos/other/wallpaper2.png"
];
};
};
};
programs = {
noctalia-shell = {
#enable = true;
systemd.enable = true;
enable = false;
systemd.enable = false;
};
hyprlock.enable = true;
};
}