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
+5 -2
View File
@@ -1,13 +1,16 @@
{
inputs,
nixpkgs,
pkgs-unstable,
...
}:
nixpkgs.lib.nixosSystem {
modules = [
{
nixpkgs.overlays = [];
_module.args = {inherit inputs;};
nixpkgs.overlays = [
inputs.nur.overlays.default
];
_module.args = {inherit inputs pkgs-unstable;};
}
inputs.home-manager.nixosModules.home-manager
inputs.stylix.nixosModules.stylix