restructure home manager configs
This commit is contained in:
@ -7,9 +7,9 @@
|
||||
];
|
||||
# Extend home-manager configuration with host-specific monitor settings
|
||||
home-manager.users.schulze.imports = [
|
||||
./hyprland-monitors.nix
|
||||
./hyprlock.nix
|
||||
./hyprpaper.nix
|
||||
./hm/hyprland-monitors.nix
|
||||
./hm/hyprlock.nix
|
||||
./hm/hyprpaper.nix
|
||||
];
|
||||
|
||||
networking.hostName = "hurricane";
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
programs.hyprlock.settings.background.path = "$HOME/git/nix-config/modules/home/images/control-panel.png";
|
||||
programs.hyprlock.settings.background.path = "$HOME/git/nix-config/modules/hm/images/control-panel.png";
|
||||
}
|
17
hosts/hurricane/hm/hyprpaper.nix
Normal file
17
hosts/hurricane/hm/hyprpaper.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preload = [
|
||||
"$HOME/git/nix-config/modules/hm/images/nix.png"
|
||||
"$HOME/git/nix-config/modules/hm/images/forest.png"
|
||||
];
|
||||
wallpaper = [
|
||||
", $HOME/git/nix-config/modules/hm/images/nix.png"
|
||||
"DP-3, $HOME/git/nix-config/modules/hm/images/forest.png"
|
||||
"HDMI-A-1, $HOME/git/nix-config/modules/hm/images/forest.png"
|
||||
"eDP-1, $HOME/git/nix-config/modules/hm/images/forest.png"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
{
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preload = [
|
||||
"$HOME/git/nix-config/modules/home/images/nix.png"
|
||||
"$HOME/git/nix-config/modules/home/images/forest.png"
|
||||
];
|
||||
wallpaper = [
|
||||
", $HOME/git/nix-config/modules/home/images/nix.png"
|
||||
"DP-3, $HOME/git/nix-config/modules/home/images/forest.png"
|
||||
"HDMI-A-1, $HOME/git/nix-config/modules/home/images/forest.png"
|
||||
"eDP-1, $HOME/git/nix-config/modules/home/images/forest.png"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user