From a690d3affe49e14960fc3bca72a59aec185e0121 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 14 Jun 2023 05:45:35 -0400 Subject: [PATCH] Setup hyprpaper --- machines/levitation/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/machines/levitation/home.nix b/machines/levitation/home.nix index a6ef407..fc410f9 100644 --- a/machines/levitation/home.nix +++ b/machines/levitation/home.nix @@ -42,8 +42,17 @@ sensitivity = -0.3 # accel_profile = flat } + exec-once=hyprpaper ''; + # Background + xdg.configFile."hypr/hyprpaper.conf" = { + text = '' + preload = /home/nathan/Pictures/Backgrounds/IMG_20190518_195619.jpg + wallpaper = DP-1,/home/nathan/Pictures/Backgrounds/IMG_20190518_195619.jpg + ''; + }; + # Gammastep services.gammastep = { enable = true;