feat: add quickshell

This commit is contained in:
2026-01-18 23:37:26 -08:00
parent 68588f5d72
commit 5c3252746f
11 changed files with 169 additions and 2 deletions

View File

@@ -26,6 +26,10 @@
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@@ -75,6 +79,7 @@
inherit inputs;
meta = {
hostname = host.name;
architecture = host.architecture;
};
pkgs-before = import inputs.nixpkgs-before { system = host.architecture; };
};