new wallpaperthingie
This commit is contained in:
+4
-2
@@ -210,8 +210,6 @@ outputs =
|
|||||||
|
|
||||||
home-manager.extraSpecialArgs = { inherit user inputs flakeRoot; };
|
home-manager.extraSpecialArgs = { inherit user inputs flakeRoot; };
|
||||||
}
|
}
|
||||||
# wallpaperstuff
|
|
||||||
./generated/out_of_tree/core/rotating_wallpaper.nix
|
|
||||||
];
|
];
|
||||||
specialArgs = { inherit user inputs flakeRoot; };
|
specialArgs = { inherit user inputs flakeRoot; };
|
||||||
}
|
}
|
||||||
@@ -268,6 +266,10 @@ in
|
|||||||
direnv
|
direnv
|
||||||
git-extras
|
git-extras
|
||||||
];
|
];
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
.generated/out_of_tree/core/rotating_wallpaper.nix
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Ensure the user is in the necessary groups
|
# Ensure the user is in the necessary groups
|
||||||
|
|||||||
@@ -66,8 +66,6 @@ outputs =
|
|||||||
|
|
||||||
home-manager.extraSpecialArgs = { inherit user inputs flakeRoot; };
|
home-manager.extraSpecialArgs = { inherit user inputs flakeRoot; };
|
||||||
}
|
}
|
||||||
# wallpaperstuff
|
|
||||||
./generated/out_of_tree/core/rotating_wallpaper.nix
|
|
||||||
];
|
];
|
||||||
specialArgs = { inherit user inputs flakeRoot; };
|
specialArgs = { inherit user inputs flakeRoot; };
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,6 +18,10 @@ in
|
|||||||
direnv
|
direnv
|
||||||
git-extras
|
git-extras
|
||||||
];
|
];
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
.generated/out_of_tree/core/rotating_wallpaper.nix
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Ensure the user is in the necessary groups
|
# Ensure the user is in the necessary groups
|
||||||
|
|||||||
Reference in New Issue
Block a user