diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2016-12-14 16:22:39 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2016-12-14 16:22:39 +0100 |
| commit | b14ce1fdf22f068c335d4b5428edc36e4ac26e70 (patch) | |
| tree | 0df4392d3dd67b2c38a649cc51fa74d33c2a4e46 /modules/examples | |
| parent | d64ce165b77908c2b2cabb372a71830c4c6bb5ff (diff) | |
add dock options for system.defaults
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 233f830..a9e8c12 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -30,6 +30,11 @@ system.defaults.NSGlobalDomain.NSNavPanelExpandedStateForSaveMode = true; system.defaults.NSGlobalDomain.NSNavPanelExpandedStateForSaveMode2 = true; + system.defaults.dock.autohide = true; + system.defaults.dock.orientation = "left"; + system.defaults.dock.showhidden = true; + system.defaults.dock.mru-spaces = false; + programs.tmux.enable = true; programs.tmux.loginShell = "${config.programs.zsh.shell} -l"; programs.tmux.enableSensible = true; |
