Secrets! Thanks to arc.

This commit is contained in:
kat witch 2021-03-01 20:29:30 +00:00
parent 61b0780fe6
commit 200fd473af
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
7 changed files with 47 additions and 6 deletions

View file

@ -24,6 +24,10 @@
home-manager.useGlobalPkgs = true;
home-manager.users.kat = {
imports = [
./modules
];
programs.fish = {
enable = true;
shellAliases = { nixdirfmt = "fd --color=never .nix | xargs nixfmt"; };