some mac fixes
This commit is contained in:
parent
4677d65add
commit
8f003727fc
@ -4,6 +4,5 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
python3Full # Python
|
python3Full # Python
|
||||||
go # Go
|
go # Go
|
||||||
gcc # C
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
{
|
{
|
||||||
# Misc editors
|
# Misc editors
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
vscode
|
|
||||||
helix
|
helix
|
||||||
vis
|
vis
|
||||||
];
|
];
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
return {
|
return {
|
||||||
color_scheme = 'OneDark (base16)',
|
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