This commit is contained in:
Michael Thomson 2024-05-16 21:00:47 -04:00
parent 0842de778f
commit b10bee9588

View File

@ -17,6 +17,14 @@
home.homeDirectory = "/home/mthomson";
home.stateVersion = "23.11";
programs = {
direnv = {
enable = true;
enableZshIntegration = true; # see note on other shells below
nix-direnv.enable = true;
};
};
home.packages = with pkgs; [
firefox
_1password-gui