Cleanup
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
};
|
||||
|
||||
fonts = {
|
||||
fontDir.enable = true;
|
||||
fonts = with pkgs; [ ibm-plex openmoji-color material-design-icons ];
|
||||
packages = with pkgs; [ ibm-plex openmoji-color material-design-icons ];
|
||||
};
|
||||
|
||||
environment = {
|
||||
@@ -33,8 +32,6 @@
|
||||
|
||||
programs = { zsh.enable = true; };
|
||||
|
||||
services = { nix-daemon.enable = true; };
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
onActivation = {
|
||||
@@ -54,7 +51,11 @@
|
||||
'';
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
interval = {
|
||||
Weekday = 0;
|
||||
Hour = 3;
|
||||
Minute = 0;
|
||||
};
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
settings = {
|
||||
@@ -67,6 +68,7 @@
|
||||
};
|
||||
|
||||
system = {
|
||||
primaryUser = "sora";
|
||||
defaults = {
|
||||
NSGlobalDomain = {
|
||||
KeyRepeat = 1;
|
||||
|
||||
Reference in New Issue
Block a user