Deleted hyprpaper and replaced it with awww. Also deleted self declared niri systemd services, as they arent needed with running commands at startup

This commit is contained in:
2026-05-29 21:51:48 +02:00
parent 3cf1f4f11f
commit f04a72f19d
8 changed files with 89 additions and 72 deletions

View File

@ -42,6 +42,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
awww = {
url = "git+https://codeberg.org/LGFae/awww";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";
#Do not use follows here as it will throw warnings with nixvim's built-in source
@ -81,6 +86,7 @@
grub2-themes,
nix-flatpak,
nix-index-database,
awww,
...
}: let
username = "cookiez";
@ -105,6 +111,7 @@
inherit project;
inherit alejandra;
inherit cookiez-assets;
awwwPkg = awww.packages.${system}.awww;
pam-fprint-grosshack-pkg = pam-fprint-grosshack.packages.${system}.default;
host = hostname;
};