mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Secrets! Thanks to arc.
This commit is contained in:
parent
61b0780fe6
commit
200fd473af
7 changed files with 47 additions and 6 deletions
|
|
@ -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"; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue