mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
nix-index: added
This commit is contained in:
@@ -3,11 +3,18 @@
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
caelestia-shell,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
sisyphe = ../../assets/sisyphe.gif;
|
||||
pepe-music = ../../assets/pepe-music.gif;
|
||||
in {
|
||||
home.activation.reloadCaelestia = # reloads caelestia on rebuild
|
||||
lib.hm.dag.entryAfter [ "reloadSystemd" ] ''
|
||||
pkill caelestia-shell
|
||||
pkill shell
|
||||
caelestia-shell -n
|
||||
'';
|
||||
home.file.".local/state/caelestia/wallpaper/path.txt" = { # dummy file. Does nothing. Prevent an error
|
||||
enable = true;
|
||||
text = "${sisyphe}";
|
||||
|
||||
Reference in New Issue
Block a user