diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-05-23 21:05:30 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-05-23 21:05:30 -0400 |
| commit | 56c4cf276eb30ac3c47770943af5c33afd41f342 (patch) | |
| tree | 19820ff0e396035d9857b6445d27ac63fba56019 /flake.nix | |
| parent | add lazygit to server (diff) | |
| download | nixos-56c4cf276eb30ac3c47770943af5c33afd41f342.tar.gz nixos-56c4cf276eb30ac3c47770943af5c33afd41f342.tar.bz2 nixos-56c4cf276eb30ac3c47770943af5c33afd41f342.zip | |
update flake
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ ]; }; nixosConfigurations.icon = nixpkgs.lib.nixosSystem { + specialArgs = { inherit inputs customNeovim; }; modules = [ hjem.nixosModules.default ./linux-common.nix |
