Added Nixvim
This commit is contained in:
@@ -11,6 +11,27 @@
|
||||
startup.chime = false;
|
||||
|
||||
defaults = {
|
||||
ActivityMonitor = {
|
||||
IconType = 5;
|
||||
OpenMainWindow = true;
|
||||
ShowCategory = 101;
|
||||
};
|
||||
|
||||
dock = {
|
||||
enable-spring-load-actions-on-all-items = true;
|
||||
appswitcher-all-displays = false;
|
||||
autohide = false;
|
||||
launchanim = true;
|
||||
mru-spaces = false;
|
||||
orientation = "left";
|
||||
persistent-apps = [
|
||||
{ app = "/Users/phil/Applications/Home Manager Apps/kitty.app"; }
|
||||
{ app = "/Applications/Launchpad.app"; } # Doenst Work?
|
||||
];
|
||||
show-recents = false;
|
||||
mineffect = "genie";
|
||||
};
|
||||
|
||||
loginwindow = {
|
||||
GuestEnabled = false;
|
||||
DisableConsoleAccess = true;
|
||||
|
||||
Reference in New Issue
Block a user