Compare commits
No commits in common. "28b3d0258e3ec6a4d2ec3f1e032bd50095fa8b37" and "fdec652110294a0e0d4af77e0cbd09f9847ce4ae" have entirely different histories.
28b3d0258e
...
fdec652110
3 changed files with 3 additions and 35 deletions
|
|
@ -68,24 +68,6 @@
|
|||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
||||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
|
||||
plugins = [
|
||||
"git"
|
||||
];
|
||||
|
||||
theme = "fishy";
|
||||
};
|
||||
};
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
viAlias = true;
|
||||
|
|
|
|||
|
|
@ -18,24 +18,15 @@
|
|||
tmux
|
||||
];
|
||||
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
|
||||
users."katkak" = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
useDefaultShell = true;
|
||||
};
|
||||
users.users."katkak" = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -14,11 +14,6 @@
|
|||
|
||||
wsl = {
|
||||
enable = true;
|
||||
|
||||
defaultUser = "katkak";
|
||||
|
||||
interop = {
|
||||
includePath = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue