updat
This commit is contained in:
parent
15dd66b9da
commit
c9621b6788
10 changed files with 178 additions and 45 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue