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

View File

@ -14,7 +14,6 @@
version, version,
system, system,
pam-fprint-grosshack-pkg, pam-fprint-grosshack-pkg,
awwwPkg,
... ...
}: let }: let
kernel-pinned = import inputs.pinned-kernel {inherit system;}; kernel-pinned = import inputs.pinned-kernel {inherit system;};
@ -121,7 +120,7 @@ in {
useUserPackages = true; useUserPackages = true;
users.${username} = ./home.nix; users.${username} = ./home.nix;
backupFileExtension = "backup"; # Automatically backs up conflicting files during activation backupFileExtension = "backup"; # Automatically backs up conflicting files during activation
extraSpecialArgs = {inherit inputs username project version system host awwwPkg;}; extraSpecialArgs = {inherit inputs username project version system host;};
sharedModules = [inputs.plasma-manager.homeModules.plasma-manager]; sharedModules = [inputs.plasma-manager.homeModules.plasma-manager];
}; };

View File

@ -20,7 +20,8 @@
fuzzel fuzzel
waybar waybar
xwayland-satellite xwayland-satellite
inputs.awww.packages.${system}.awww lxsession #Needed for things like gparted
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
]; ];
programs = { programs = {

View File

@ -1,7 +1,6 @@
{ {
pkgs, pkgs,
inputs, inputs,
awwwPkg,
... ...
}: { }: {
imports = [ imports = [