This commit is contained in:
Mars 2024-10-30 11:59:39 -04:00
parent 15dd66b9da
commit c9621b6788
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
10 changed files with 178 additions and 45 deletions

View file

@ -7,7 +7,6 @@
environment.variables.FLAKE = "/Users/marshall/nix-config";
fonts.packages = with pkgs; ([
etBook
font-awesome
inter
maple-mono
@ -78,10 +77,12 @@
nixpkgs.config.allowUnfree = true;
programs.fish.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
programs = {
fish.enable = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
};
security.pam.enableSudoTouchIdAuth = true;