mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +01:00
10 lines
191 B
Nix
10 lines
191 B
Nix
{ pkgs, config, username, ... }:
|
|
|
|
let inherit (import ../../options.nix) wallpaperDir wallpaperGit; in
|
|
{
|
|
# system.userActivationScripts = {
|
|
# gitwallpapers.text = ''
|
|
# '';
|
|
# };
|
|
}
|