This commit is contained in:
alsaiduq-lab 2025-07-01 22:07:45 -06:00
parent b0767196f7
commit 70cb8731b6
5 changed files with 60 additions and 38 deletions

View file

@ -59,7 +59,10 @@
in {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {inherit inputs;};
specialArgs = {
inherit inputs;
i3dotfiles = inputs.i3-dotfiles;
};
modules = [
{