mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-09 21:38:34 +01:00
vps packages
This commit is contained in:
parent
6a0f54a305
commit
f106b5024e
1 changed files with 6 additions and 1 deletions
|
@ -23,11 +23,16 @@
|
|||
};
|
||||
|
||||
programs.mosh.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
vim
|
||||
];
|
||||
|
||||
users.users.lgm = {
|
||||
isNormalUser = true;
|
||||
description = "lgm";
|
||||
extraGroups = [ "networkmanager" "wheel" "adbusers" "docker"];
|
||||
extraGroups = [ "wheel""docker"];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue