todo and configs

This commit is contained in:
Tao Tien 2024-03-15 12:47:44 -07:00
parent ac926b4011
commit acae27684e
8 changed files with 37 additions and 28 deletions

View file

@ -64,6 +64,7 @@
snapper
starship
syncthingtray
taskwarrior
thunderbird
typst
typst-fmt
@ -145,5 +146,5 @@
home-manager.useGlobalPkgs = true;
home-manager.verbose = true;
home-manager.backupFileExtension = ".hm-bak";
home-manager.users.tao = import ./tao/home.nix {inherit inputs pkgs;};
home-manager.users.tao = import ./tao/HOME.nix {inherit inputs pkgs;};
}