host-specific hyprlock
This commit is contained in:
@ -6,7 +6,10 @@
|
||||
../../modules/programs.nix
|
||||
];
|
||||
# Extend home-manager configuration with host-specific monitor settings
|
||||
home-manager.users.schulze.imports = [./hyprland-monitors.nix];
|
||||
home-manager.users.schulze.imports = [
|
||||
./hyprland-monitors.nix
|
||||
./hyprlock.nix
|
||||
];
|
||||
|
||||
networking.hostName = "hurricane";
|
||||
|
||||
|
3
hosts/hurricane/hyprlock.nix
Normal file
3
hosts/hurricane/hyprlock.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
programs.hyprlock.settings.background.path = "$HOME/git/nixos/modules/home/images/control-panel.png";
|
||||
}
|
Reference in New Issue
Block a user