omg it's working again

This commit is contained in:
Tyler Mayoff 2025-09-19 22:00:06 -04:00
parent bca8eb1549
commit 9be3738726
6 changed files with 25 additions and 18 deletions

View file

@ -13,7 +13,6 @@
# dotfiles
age
unstable.chezmoi
nh
# backup
restic
@ -40,6 +39,11 @@
yaml-language-server
];
programs.nh = {
enable = true;
package = pkgs.unstable.nh;
};
programs.bat = {
enable = true;
};