❄️ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

「✏️」 norm: normed project.

adjoly 47e6cc15 a03fd7ce

+8 -2
+8 -2
pkgs/keyznvim/default.nix
··· 5 5 inputs, 6 6 outputs, 7 7 self, 8 - home 8 + home, 9 9 }: 10 10 let 11 11 in ··· 13 13 inherit pkgs; 14 14 module = import ./config; 15 15 extraSpecialArgs = { 16 - inherit self liteMode inputs outputs home; 16 + inherit 17 + self 18 + liteMode 19 + inputs 20 + outputs 21 + home 22 + ; 17 23 }; 18 24 }