zsh additions + qol changes (#1)
* flake changes * hm enable by default, omp home-manager * zsh plugins
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
nerd-fonts.jetbrains-mono
|
||||
];
|
||||
|
||||
hm.enable = true;
|
||||
i3.enable = true;
|
||||
kanata.enable = true;
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
wsl.enable = true;
|
||||
wsl.defaultUser = "luca";
|
||||
networking.hostName = meta.hostname;
|
||||
hm.enable = true;
|
||||
users.users.luca = {
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = config.authorized_ssh;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
wsl.enable = true;
|
||||
wsl.defaultUser = "luca";
|
||||
networking.hostName = meta.hostname;
|
||||
hm.enable = true;
|
||||
users.users.luca = {
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = config.authorized_ssh;
|
||||
|
||||
Reference in New Issue
Block a user