tangled
alpha
login
or
join now
quilling.dev
/
nixos-config
2
fork
atom
My personal nix config files. Feel free to import flake.
2
fork
atom
overview
issues
pulls
pipelines
'pay-respects' replaces 'thefuck'
quilling.dev
7 months ago
f779efd7
37cc4272
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
home-manager
by-category
tools.nix
+1
-1
modules/home-manager/by-category/tools.nix
···
86
86
# verbose = true;
87
87
};
88
88
};
89
89
-
thefuck.enable = lib.mkDefault true; # corrects previous command
89
89
+
pay-respects.enable = lib.mkDefault true; # corrects previous command
90
90
bat = {
91
91
# Cat(1) clone with syntax highlighting and Git integration
92
92
enable = lib.mkDefault true;