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