This commit is contained in:
2025-08-06 22:03:01 +02:00
parent 9ac8172726
commit 1079071b97
14 changed files with 37 additions and 17 deletions

View File

@@ -8,10 +8,10 @@
...
}: {
imports = [
./dock
./secrets.nix
./system.nix
./homebrew.nix
./secrets.nix
./dock
];
users.users.${user} = {
@@ -37,7 +37,7 @@
];
fonts.fontconfig.enable = true;
home = {
packages = pkgs.callPackage ./packages.nix {} ++ pkgs.callPackage ../base/packages.nix {};
packages = pkgs.callPackage ../base/packages.nix {} ++ pkgs.callPackage ./packages.nix {};
stateVersion = "24.05";
};
};

View File

@@ -8,7 +8,7 @@
window-padding-x = 8;
window-padding-y = 2;
window-padding-balance = true;
font-family = "Iosevka Nerd Font";
font-family = "Iosevka";
font-size = 15.5;
font-feature = [
"-calt"

View File

@@ -15,7 +15,7 @@
show-recents = false;
launchanim = true;
orientation = "bottom";
tilesize = 50;
tilesize = 60;
};
finder = {