This commit is contained in:
get 2024-04-12 12:01:05 +02:00
commit f876f2a7dd
2 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,7 @@
}; };
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
theme = "fino-time";
}; };
}; };
@ -74,4 +75,5 @@
console.keyMap = "sg"; console.keyMap = "sg";
system.stateVersion = "23.11"; system.stateVersion = "23.11";
nix.settings.experimental-features = ["nix-command" "flakes"];
} }

View file

@ -45,6 +45,7 @@ in {
python3 python3
rustdesk rustdesk
neovim neovim
tmux
]; ];
}; };
} }