Compare commits
No commits in common. "444c69edd3892d37ebe4c5ef0b0996c16b068376" and "4c07feb21a4f27bd375b15566caf8c2b5c053419" have entirely different histories.
444c69edd3
...
4c07feb21a
|
@ -8,5 +8,6 @@
|
|||
./nixpkgs.nix
|
||||
./openssh.nix
|
||||
./security.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
|
@ -9,6 +9,4 @@ in {
|
|||
openssh.authorizedKeys.keys = keys.users.qenya;
|
||||
uid = 1001;
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
}
|
||||
|
|
5
common/zsh.nix
Normal file
5
common/zsh.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs,... }:
|
||||
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue