mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
modularize colorscheming and more
This commit is contained in:
9
configs/random-background.nix
Normal file
9
configs/random-background.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
home-manager.users.me = {
|
||||
services.random-background = {
|
||||
enable = true;
|
||||
imageDirectory = toString <art>;
|
||||
interval = "2h";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user