hyprpaper
This commit is contained in:
@ -9,6 +9,7 @@
|
|||||||
home-manager.users.schulze.imports = [
|
home-manager.users.schulze.imports = [
|
||||||
./hyprland-monitors.nix
|
./hyprland-monitors.nix
|
||||||
./hyprlock.nix
|
./hyprlock.nix
|
||||||
|
./hyprpaper.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "hurricane";
|
networking.hostName = "hurricane";
|
||||||
|
15
hosts/hurricane/hyprpaper.nix
Normal file
15
hosts/hurricane/hyprpaper.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
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"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
@ -9,6 +9,7 @@
|
|||||||
home-manager.users.schulze.imports = [
|
home-manager.users.schulze.imports = [
|
||||||
./hyprland-monitors.nix
|
./hyprland-monitors.nix
|
||||||
./hyprlock.nix
|
./hyprlock.nix
|
||||||
|
./hyprpaper.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Encrypted drive
|
# Encrypted drive
|
||||||
|
15
hosts/wildfire/hyprpaper.nix
Normal file
15
hosts/wildfire/hyprpaper.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
services.hyprpaper = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
preload = [
|
||||||
|
"$HOME/git/nix-config/modules/home/images/nix.png"
|
||||||
|
"$HOME/git/nix-config/modules/home/images/sunset-rocks.png"
|
||||||
|
];
|
||||||
|
wallpaper = [
|
||||||
|
", $HOME/git/nix-config/modules/home/images/nix.png"
|
||||||
|
"DP-3, $HOME/git/nix-config/modules/home/images/sunset-rocks.png"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
@ -3,6 +3,9 @@
|
|||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
exec-once = [
|
||||||
|
"hyprpaper"
|
||||||
|
];
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "se";
|
kb_layout = "se";
|
||||||
kb_variant = "";
|
kb_variant = "";
|
||||||
|
Reference in New Issue
Block a user