nix-index: added

This commit is contained in:
2026-05-18 11:46:27 +02:00
parent 7a57f2c332
commit 11c6b634f0
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -3,11 +3,18 @@
pkgs, pkgs,
pkgs-unstable, pkgs-unstable,
caelestia-shell, caelestia-shell,
lib,
... ...
}: let }: let
sisyphe = ../../assets/sisyphe.gif; sisyphe = ../../assets/sisyphe.gif;
pepe-music = ../../assets/pepe-music.gif; pepe-music = ../../assets/pepe-music.gif;
in { 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 home.file.".local/state/caelestia/wallpaper/path.txt" = { # dummy file. Does nothing. Prevent an error
enable = true; enable = true;
text = "${sisyphe}"; text = "${sisyphe}";
+1
View File
@@ -28,5 +28,6 @@
deadnix deadnix
alejandra alejandra
vimPluginsUpdater # used for building plugins vimPluginsUpdater # used for building plugins
nix-index
]; ];
} }