diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-14 19:11:37 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-14 19:44:03 +0100 |
commit | 2c89cbb5cae2cd90be95700935a4c3e40ed08907 (patch) | |
tree | f9009d5390e864935fc320480acf1a30d93d7934 /hosts/work.nix | |
parent | 7f993934b00fbbe2deca59edbedc993eaf76a05c (diff) |
Remove and move some unused stuff
Diffstat (limited to 'hosts/work.nix')
-rw-r--r-- | hosts/work.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/work.nix b/hosts/work.nix index d0b97cc..f4269ec 100644 --- a/hosts/work.nix +++ b/hosts/work.nix @@ -4,6 +4,13 @@ environment.systemPackages = with pkgs; [ slack + git-review + hexchat + obsidian + apacheHttpd + moonlight-qt + brightnessctl + hugo ]; hardware.bluetooth.enable = true; |