hosts/tux: Move AGHPB-related flake import to where it belongs
This commit is contained in:
@@ -1,11 +1,4 @@
|
|||||||
{ inputs, ... }: {
|
{ inputs, ... }: {
|
||||||
flake-file.inputs = {
|
|
||||||
aghpb = {
|
|
||||||
url = "github:cat-milk/Anime-Girls-Holding-Programming-Books";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
flake.modules.homeManager.tux-hyprland = {
|
flake.modules.homeManager.tux-hyprland = {
|
||||||
imports = with inputs.self.modules.homeManager; [
|
imports = with inputs.self.modules.homeManager; [
|
||||||
ashell
|
ashell
|
||||||
|
|||||||
@@ -1,4 +1,11 @@
|
|||||||
{ inputs, ... }: {
|
{ inputs, ... }: {
|
||||||
|
flake-file.inputs = {
|
||||||
|
aghpb = {
|
||||||
|
url = "github:cat-milk/Anime-Girls-Holding-Programming-Books";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
flake.modules.homeManager.randomized-aghpb-wallpaper = {
|
flake.modules.homeManager.randomized-aghpb-wallpaper = {
|
||||||
imports = with inputs.self.factory; [
|
imports = with inputs.self.factory; [
|
||||||
(wpaperd {
|
(wpaperd {
|
||||||
|
|||||||
Reference in New Issue
Block a user