more macos config
This commit is contained in:
parent
167d32b6b5
commit
e9826fc958
1 changed files with 14 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# terminal
|
# terminal
|
||||||
ranger
|
ranger
|
||||||
(inputs.nixvim.packages.x86_64-darwin.default)
|
(inputs.nixvim.packages.${system}.default)
|
||||||
|
|
||||||
# nix
|
# nix
|
||||||
home-manager
|
home-manager
|
||||||
|
|
@ -49,6 +49,19 @@
|
||||||
# Used for backwards compatibility, please read the changelog before changing.
|
# Used for backwards compatibility, please read the changelog before changing.
|
||||||
# $ darwin-rebuild changelog
|
# $ darwin-rebuild changelog
|
||||||
system.stateVersion = 4;
|
system.stateVersion = 4;
|
||||||
|
ids.gids.nixbld = 350;
|
||||||
|
|
||||||
|
system.defaults.dock = {
|
||||||
|
autohide = true;
|
||||||
|
persistent-apps = [];
|
||||||
|
show-recents = false;
|
||||||
|
static-only = true;
|
||||||
|
tilesize = 32;
|
||||||
|
};
|
||||||
|
|
||||||
|
system.defaults.menuExtraClock = {
|
||||||
|
Show24Hour = true;
|
||||||
|
};
|
||||||
|
|
||||||
# The platform the configuration will be used on.
|
# The platform the configuration will be used on.
|
||||||
nixpkgs.hostPlatform = system;
|
nixpkgs.hostPlatform = system;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue