upd
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../../pkgs/hyprland/biscuit.nix
|
../../pkgs/hyprland/biscuit.nix
|
||||||
../../pkgs/ags/biscuit.nix
|
../../pkgs/ags/biscuit.nix
|
||||||
../../pkgs/hyprpaper/biscuit.nix
|
../../pkgs/swww/biscuit.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,5 @@
|
|||||||
imports = [
|
imports = [
|
||||||
../system/wayland.nix
|
../system/wayland.nix
|
||||||
../system/font.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, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
hyprpaper
|
|
||||||
];
|
];
|
||||||
programs.hyprland.enable = true;
|
programs.hyprland.enable = true;
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|||||||
Reference in New Issue
Block a user