feat: Improve noctalia settings and update flake inputs
This commit is contained in:
parent
5e2e6ef3ae
commit
21082cc73f
6 changed files with 709 additions and 342 deletions
|
|
@ -9,10 +9,14 @@ in {
|
|||
options = {
|
||||
david.wallpaper = {
|
||||
enable = lib.mkEnableOption "wallpaper";
|
||||
path = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "pic/wallpapaers";
|
||||
};
|
||||
};
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.file."wallpaper" = {
|
||||
home.file."${config.david.wallpaper.path}" = {
|
||||
force = true;
|
||||
recursive = true;
|
||||
source = toString pkgs.wallpapers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue