Compare commits

..

No commits in common. "444c69edd3892d37ebe4c5ef0b0996c16b068376" and "4c07feb21a4f27bd375b15566caf8c2b5c053419" have entirely different histories.

4 changed files with 6 additions and 3 deletions

View file

@ -8,5 +8,6 @@
./nixpkgs.nix
./openssh.nix
./security.nix
./zsh.nix
];
}

View file

@ -9,6 +9,4 @@ in {
openssh.authorizedKeys.keys = keys.users.qenya;
uid = 1001;
};
programs.zsh.enable = true;
}

5
common/zsh.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, lib, pkgs,... }:
{
programs.zsh.enable = true;
}

View file

@ -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