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 | 8e61560e10e9c48b71e71c56407e35c748cfc6ef (patch) | |
| tree | 58201e8ca58122e3179d28bb64c4d4093f7c2c77 /hosts | |
| parent | Enable ssh x11 forwarding (diff) | |
| download | nixos-config-8e61560e10e9c48b71e71c56407e35c748cfc6ef.tar.gz nixos-config-8e61560e10e9c48b71e71c56407e35c748cfc6ef.tar.bz2 nixos-config-8e61560e10e9c48b71e71c56407e35c748cfc6ef.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 |