plq: enable sudo touch, install nb

This commit is contained in:
Aaron Bieber 2023-08-26 15:05:46 -06:00
parent 3f097116bc
commit d75b6ad774
No known key found for this signature in database

View File

@ -15,6 +15,8 @@ in {
networking.hostName = "plq";
security.pam.enableSudoTouchIdAuth = true;
programs = {
zsh = {
enable = true;
@ -23,10 +25,16 @@ in {
'';
};
};
services.nix-daemon.enable = true;
nix.package = pkgs.nix;
services.emacs.package = pkgs.emacsUnstable;
nix = {
package = pkgs.nix;
settings = {
sandbox = true;
};
};
services = {
nix-daemon.enable = true;
emacs.package = pkgs.emacsUnstable;
};
system = {
keyboard = {
@ -69,6 +77,7 @@ in {
gh
go
mosh
nb
neovim
nixpkgs-review
nmap