diff options
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/profiles/common/basics.nix | 3 | ||||
| -rw-r--r-- | nixos/profiles/workstation/default.nix | 2 | 
2 files changed, 4 insertions, 1 deletions
diff --git a/nixos/profiles/common/basics.nix b/nixos/profiles/common/basics.nix index aa6eff9..4ef0c14 100644 --- a/nixos/profiles/common/basics.nix +++ b/nixos/profiles/common/basics.nix @@ -3,7 +3,8 @@  {    environment.systemPackages = with pkgs; [      git -    vim +    # lowPrio because we use vim-full in the workstation profile +    (lowPrio vim)      file      htop diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index 23c1412..ec84c94 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -39,6 +39,8 @@ in        npins        (callPackage "${sources.agenix}/pkgs/agenix.nix" {}) +      vim-full +        unzip        # Android  | 
