This commit is contained in:
biscuit
2025-05-20 10:49:41 -05:00
parent aac77be6ec
commit 72bc56a934
7 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
imports = [
../../pkgs/hyprland/biscuit.nix
../../pkgs/ags/biscuit.nix
../../pkgs/hyprpaper/biscuit.nix
../../pkgs/swww/biscuit.nix
];
}
-1
View File
@@ -2,6 +2,5 @@
imports = [
../system/wayland.nix
../system/font.nix
# ../pkgs/hyprpaper/biscuit.nix
];
}
-5
View File
@@ -1,5 +0,0 @@
{...}: {
home.file.".config/hypr/hyprpaper.conf" = {
source = builtins.toPath ./config/biscuit.conf;
};
}
-1
View File
@@ -1 +0,0 @@
wallpaper = , ../wallpapers/ascii-nixos.png
Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

+3
View File
@@ -0,0 +1,3 @@
{...}: {
services.swww.enable = true;
}
-1
View File
@@ -1,6 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
hyprpaper
];
programs.hyprland.enable = true;
hardware = {