diff options
| author | Baitinq <[email protected]> | 2022-09-08 11:40:08 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-08 11:40:08 +0200 |
| commit | 431f4d170afdc50a862c72c8c83360357e592735 (patch) | |
| tree | b5f6b9b9fba1449f8b001a61c0fb4e6ce8349385 /hosts | |
| parent | Enable ssh x11 forwarding (diff) | |
| download | nixos-config-431f4d170afdc50a862c72c8c83360357e592735.tar.gz nixos-config-431f4d170afdc50a862c72c8c83360357e592735.tar.bz2 nixos-config-431f4d170afdc50a862c72c8c83360357e592735.zip | |
Phobos: Add element-desktop program
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/phobos/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index b1341de..e01d941 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -9,6 +9,7 @@ in kcc trackma adl + element-desktop ] ++ (with pkgs.custom; [ kindlegen |