nix flake update
This commit is contained in:
parent
9e83e6c002
commit
c3ff3db64f
4 changed files with 29 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ hostname }:
|
||||
{ hostname, username }:
|
||||
{
|
||||
nix = {
|
||||
optimise.automatic = true;
|
||||
|
|
@ -65,10 +65,8 @@
|
|||
};
|
||||
|
||||
system = {
|
||||
activationScripts.postUserActivation.text = ''
|
||||
/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u
|
||||
defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 70 '<dict><key>enabled</key><false/></dict>'
|
||||
'';
|
||||
|
||||
primaryUser = username;
|
||||
|
||||
defaults = {
|
||||
dock = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue