my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

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

modules/flake/formatter: fix deadnix args

isabel efef2526 3fd59071

+1
+1
modules/flake/programs/formatter.nix
··· 45 45 46 46 deadnix = { 47 47 command = "deadnix"; 48 + options = [ "--edit" ]; 48 49 includes = [ "*.nix" ]; 49 50 }; 50 51