diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-02-17 23:31:45 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-02-17 23:31:45 +0530 |
| commit | 355021b943fc50f3d937ab8833c57aa08094a0c8 (patch) | |
| tree | 9ef06911f30651d598a00a35e59b9a30bf96b717 /login.nix | |
| parent | c7e7ea6ba5c60ef9a5ea47a610b3373c21f5d825 (diff) | |
| download | nixos-config-355021b943fc50f3d937ab8833c57aa08094a0c8.tar.gz nixos-config-355021b943fc50f3d937ab8833c57aa08094a0c8.zip | |
Adds haskell lsp package + some other pkgs
Diffstat (limited to '')
| -rw-r--r-- | login.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,7 @@ let done ''; in { + # User users.users.imsohexy = { isNormalUser = true; @@ -28,6 +29,7 @@ in { "networkmanager" "docker" "transmission" + "lxd" ]; shell = pkgs.zsh; }; |
