This commit is contained in:
biscuit
2025-05-20 10:27:15 -05:00
parent f442452a2e
commit 6404fbd36d
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -2,5 +2,6 @@
imports = [
../../pkgs/hyprland/biscuit.nix
../../pkgs/ags/biscuit.nix
../../pkgs/hyprpaper/biscuit.nix
];
}
+3
View File
@@ -0,0 +1,3 @@
{...}: {
programs.hyprpaper.enable = true;
}