mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-29 18:08:29 +02:00
formatting
This commit is contained in:
parent
d8f9425bed
commit
7d0571f4a9
10 changed files with 39 additions and 34 deletions
|
@ -1,5 +1,5 @@
|
|||
{ config, hyprpaper, ... }:
|
||||
let
|
||||
let
|
||||
hyprpaper-pkg = hyprpaper.packages.x86_64-linux.default;
|
||||
in
|
||||
{
|
||||
|
@ -7,12 +7,12 @@ in
|
|||
hyprpaper-pkg
|
||||
];
|
||||
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
||||
preload = ${../../../../images/wallpaper.png}
|
||||
wallpaper =eDP-1, ${../../../../images/wallpaper.png}
|
||||
wallpaper =HDMI-A-1, ${../../../../images/wallpaper.png}
|
||||
preload = ${../../../../images/wallpaper.png}
|
||||
wallpaper =eDP-1, ${../../../../images/wallpaper.png}
|
||||
wallpaper =HDMI-A-1, ${../../../../images/wallpaper.png}
|
||||
'';
|
||||
systemd.user.services.hyprpaper = {
|
||||
Install.WantedBy = ["graphical-session.target"];
|
||||
Install.WantedBy = [ "graphical-session.target" ];
|
||||
Service = {
|
||||
ExecStart = "${hyprpaper-pkg}/bin/hyprpaper";
|
||||
Restart = "on-failure";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue