diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 19:08:39 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:52 -0700 |
| commit | 8217da7a4cdf8a60a1c5b2edbdc3aa4fef2efe29 (patch) | |
| tree | 07df1acebf008cf7d3824ff14d1a7ee220038d66 /hosts/c-pc | |
| parent | 3f4a98af8c2a1e3d8f6a79a4d094a3e1650f83c0 (diff) | |
migration: irssi
Diffstat (limited to 'hosts/c-pc')
| -rw-r--r-- | hosts/c-pc/home.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix index 20ba9bc..0ccf99e 100644 --- a/hosts/c-pc/home.nix +++ b/hosts/c-pc/home.nix @@ -15,14 +15,11 @@ allowOther = true; directories = [ - ".local/bin" ".local/share/applications" ".mozilla" ".wine" - ".irssi" - ".config/jellyfin" ".local/share/jellyfin" ".cache/jellyfin" @@ -32,8 +29,6 @@ home.packages = with pkgs; [ pfetch - irssi - mkvtoolnix ]; |