diff options
author | Linnnus <[email protected]> | 2023-09-06 08:18:38 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-06 08:18:38 +0200 |
commit | 17d483c8c8a96fad2200acaf802b7ef0b0eb494d (patch) | |
tree | d7807d842accf3730e6f4277d0b2dea00d8a811d /use-cases/sysadmin | |
parent | 326cf19b227f04cb5fa6291943334f7c91b279d9 (diff) |
hej gør lige mere
Diffstat (limited to 'use-cases/sysadmin')
-rw-r--r-- | use-cases/sysadmin/default.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/use-cases/sysadmin/default.nix b/use-cases/sysadmin/default.nix deleted file mode 100644 index 1958797..0000000 --- a/use-cases/sysadmin/default.nix +++ /dev/null @@ -1,16 +0,0 @@ -# This module defines Home Manager configuration options for the 'sysadmin' use -# case. That is, basic system administration. - -{ pkgs, super, lib, ... }: - -let - inherit (lib) optional; -in -{ - home.packages = with pkgs; [ - tree - jc - jq - # is this not the right it is the one passed to home-manager not nixos ???? 'config'? - ] ++ (optional (!super.my.use-cases.development.enable) vim); -} |