upd
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
imports = [
|
||||
../system/wayland.nix
|
||||
../system/font.nix
|
||||
# ../pkgs/hyprpaper/biscuit.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{...}: {
|
||||
programs.hyprpaper.enable = true;
|
||||
home.file.".config/hypr/hyprpaper.conf" = {
|
||||
source = builtins.toPath ./config/biscuit.conf;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
wallpaper = , ../wallpapers/ascii-nixos.png
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@@ -1,5 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
hyprpaper
|
||||
];
|
||||
programs.hyprland.enable = true;
|
||||
hardware = {
|
||||
|
||||
Reference in New Issue
Block a user