Add common CLI utilities I want everywhere

This commit is contained in:
Katherina Walshe-Grey 2024-06-07 16:33:46 +01:00
parent 019df6a883
commit 82ee674db4
2 changed files with 12 additions and 0 deletions

View file

@ -11,6 +11,7 @@ in {
imports = [
(import "${sources.home-manager}/nixos")
./pinning.nix
./common/utilities.nix
./users/qenya.nix
];
};