Waybar here i come (#58)

This commit is contained in:
Hadi
2026-08-13 13:55:30 +02:00
committed by GitHub
parent f1f22de7b7
commit 0cef4320fd
137 changed files with 3488 additions and 2941 deletions
+2 -7
View File
@@ -1,7 +1,7 @@
# Home-manager configuration for NixOS
{
inputs,
pkgs,
pkgs-unstable,
...
}: {
home-manager = {
@@ -9,12 +9,7 @@
useUserPackages = true;
backupFileExtension = "hm-backup";
extraSpecialArgs = {
inherit inputs;
pkgs-stable = import inputs.nixpkgs-stable {
system = pkgs.stdenv.hostPlatform.system;
config.allowUnfree = true;
};
pkgs-nur-hadi = inputs.nur-anotherhadi.packages.${pkgs.stdenv.hostPlatform.system};
inherit inputs pkgs-unstable;
};
};
}