zaneyos/config/system/autorun.nix

10 lines
191 B
Nix

{ pkgs, config, username, ... }:
let inherit (import ../../options.nix) wallpaperDir wallpaperGit; in
{
# system.userActivationScripts = {
# gitwallpapers.text = ''
# '';
# };
}