This commit is contained in:
soraefir
2026-06-20 10:54:17 +02:00
parent b55afcfdf6
commit 8e21f3dae8
9 changed files with 31 additions and 27 deletions
+7 -5
View File
@@ -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;