Removed awww as wallpapers will be handeled by noctalia

This commit is contained in:
2026-06-02 11:57:56 +02:00
parent b696672f11
commit 09f39d1537
4 changed files with 3 additions and 11 deletions

View File

@ -45,11 +45,6 @@
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
@ -89,7 +84,6 @@
grub2-themes,
nix-flatpak,
nix-index-database,
awww,
...
}: let
username = "cookiez";
@ -114,7 +108,6 @@
inherit project;
inherit alejandra;
inherit cookiez-assets;
awwwPkg = awww.packages.${system}.awww;
pam-fprint-grosshack-pkg = pam-fprint-grosshack.packages.${system}.default;
host = hostname;
};