format with nixfmt to nixpkgs standarts
nix flake show / show-flake (push) Successful in 27s

This commit is contained in:
smayzy
2025-07-24 19:19:46 +02:00
parent 8ce74dd7bf
commit 092579af98
56 changed files with 438 additions and 218 deletions
+9 -4
View File
@@ -1,4 +1,10 @@
{ lib, config, pkgs, smayzy, ... }:
{
lib,
config,
pkgs,
smayzy,
...
}:
let
mkIf = lib.mkIf;
in
@@ -54,12 +60,12 @@ in
};
})
];
systemd.user.services.hypr-wallpaper = {
Unit = {
Description = "Wallpaper auto-changer";
};
Service = {
ExecStart = "${pkgs.bash}/bin/bash /home/smayzy/.config/hypr/wallpaper.sh";
Restart = "always";
@@ -69,4 +75,3 @@ in
};
}