diff --git a/common/default.nix b/common/default.nix index bc3cc10..70050d0 100644 --- a/common/default.nix +++ b/common/default.nix @@ -8,5 +8,6 @@ ./nixpkgs.nix ./openssh.nix ./security.nix + ./zsh.nix ]; } \ No newline at end of file diff --git a/common/users/qenya.nix b/common/users/qenya.nix index e9d11ad..127d6cc 100644 --- a/common/users/qenya.nix +++ b/common/users/qenya.nix @@ -9,6 +9,4 @@ in { openssh.authorizedKeys.keys = keys.users.qenya; uid = 1001; }; - - programs.zsh.enable = true; } diff --git a/common/zsh.nix b/common/zsh.nix new file mode 100644 index 0000000..228a5cd --- /dev/null +++ b/common/zsh.nix @@ -0,0 +1,5 @@ +{ config, lib, pkgs,... }: + +{ + programs.zsh.enable = true; +} diff --git a/home/qenya/vscode.nix b/home/qenya/vscode.nix index cff4e5d..b36c0e5 100644 --- a/home/qenya/vscode.nix +++ b/home/qenya/vscode.nix @@ -10,7 +10,6 @@ in package = pkgs.vscodium; extensions = with pkgs.vscode-extensions; [ dbaeumer.vscode-eslint - eamodio.gitlens golang.go jdinhlife.gruvbox jnoortheen.nix-ide