restructure home manager configs
This commit is contained in:
7
hosts/wildfire/hm/hyprland-monitors.nix
Normal file
7
hosts/wildfire/hm/hyprland-monitors.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
# Home Manager Hyprland monitors
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"DP-3, 2560x1440@143.97, 1920x-360, 1, vrr, 1"
|
||||
"HDMI-A-1, 1920x1080@60.00, 0x0, 1"
|
||||
];
|
||||
}
|
3
hosts/wildfire/hm/hyprlock.nix
Normal file
3
hosts/wildfire/hm/hyprlock.nix
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
programs.hyprlock.settings.background.path = "$HOME/git/nix-config/modules/hm/images/sky.png";
|
||||
}
|
15
hosts/wildfire/hm/hyprpaper.nix
Normal file
15
hosts/wildfire/hm/hyprpaper.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preload = [
|
||||
"$HOME/git/nix-config/modules/hm/images/nix.png"
|
||||
"$HOME/git/nix-config/modules/hm/images/sunset-rocks.png"
|
||||
];
|
||||
wallpaper = [
|
||||
", $HOME/git/nix-config/modules/hm/images/nix.png"
|
||||
"DP-3, $HOME/git/nix-config/modules/hm/images/sunset-rocks.png"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user