mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
nix-index: added
This commit is contained in:
@@ -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}";
|
||||||
|
|||||||
@@ -28,5 +28,6 @@
|
|||||||
deadnix
|
deadnix
|
||||||
alejandra
|
alejandra
|
||||||
vimPluginsUpdater # used for building plugins
|
vimPluginsUpdater # used for building plugins
|
||||||
|
nix-index
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user