some mac fixes
This commit is contained in:
parent
4677d65add
commit
8f003727fc
@ -4,6 +4,5 @@
|
||||
home.packages = with pkgs; [
|
||||
python3Full # Python
|
||||
go # Go
|
||||
gcc # C
|
||||
];
|
||||
}
|
||||
|
@ -3,7 +3,6 @@
|
||||
{
|
||||
# Misc editors
|
||||
home.packages = with pkgs; [
|
||||
vscode
|
||||
helix
|
||||
vis
|
||||
];
|
||||
|
@ -6,7 +6,8 @@
|
||||
extraConfig = ''
|
||||
return {
|
||||
color_scheme = 'OneDark (base16)',
|
||||
hide_tab_bar_if_only_one_tab = true
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
window_close_confirmation = 'NeverPrompt'
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
5
systems/mmacbookpro/sudo.nix
Normal file
5
systems/mmacbookpro/sudo.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user