My NixOS dotfiles
0

Configure Feed

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

✏️ move pkgs to its correct position

Simon R. - fantomitechno (Jun 21, 2026, 9:46 PM +0200) 076d562c d39b0641

+2 -1
+2 -1
modules/git/default.nix
··· 1 - { pkgs, ... }: 1 + { ... }: 2 2 { 3 3 home-manager.users."fantomitechno" = 4 4 { 5 + pkgs, 5 6 config, 6 7 dotfileFolder, 7 8 ...