diff options
| author | Fuwn <[email protected]> | 2024-10-03 03:13:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-03 03:13:57 -0700 |
| commit | 917135d23efed6370a632e1fed038ab09f7c8e4a (patch) | |
| tree | 0edab87b0817bbb693e3d2f43f67a10c6b26ea15 /home/ebisu/core/communication/default.nix | |
| parent | akashi: extend nix (diff) | |
| download | nixos-config-917135d23efed6370a632e1fed038ab09f7c8e4a.tar.xz nixos-config-917135d23efed6370a632e1fed038ab09f7c8e4a.zip | |
home: move communication to kansai
Diffstat (limited to 'home/ebisu/core/communication/default.nix')
| -rw-r--r-- | home/ebisu/core/communication/default.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/home/ebisu/core/communication/default.nix b/home/ebisu/core/communication/default.nix deleted file mode 100644 index a6d40b1..0000000 --- a/home/ebisu/core/communication/default.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ pkgs, ... }: -{ - imports = [ - ./discord - ./irc.nix - ]; - - home.packages = with pkgs; [ - revolt-desktop - newsboat - pidgin - ]; -} |