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

After

Width:  |  Height:  |  Size: 42 KiB

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