diff options
| author | Baitinq <[email protected]> | 2022-09-09 12:31:09 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-10 20:22:45 +0200 |
| commit | efb107c7824adecd580ac3f81524d4da784e6ff1 (patch) | |
| tree | 321aeeb527d0cbde22764c52eba2f77d934e00bd /hosts | |
| parent | Disks: Separate create script into create/format (diff) | |
| download | nixos-config-efb107c7824adecd580ac3f81524d4da784e6ff1.tar.gz nixos-config-efb107c7824adecd580ac3f81524d4da784e6ff1.tar.bz2 nixos-config-efb107c7824adecd580ac3f81524d4da784e6ff1.zip | |
Add element-desktop as a global-home program
Diffstat (limited to '')
| -rw-r--r-- | hosts/home.nix | 1 | ||||
| -rw-r--r-- | hosts/phobos/home.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index afe9cc6..2b7d208 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -31,6 +31,7 @@ arandr jrnl todo-txt-cli + element-desktop ] ++ (with pkgs.custom; [ smart-wallpaper diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index 364af84..5669a00 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -6,7 +6,6 @@ kcc trackma adl - element-desktop ] ++ (with pkgs.custom; [ kindlegen |