diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-12 12:57:34 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-12 12:57:34 -0700 |
| commit | 822b4242183fd466c3326b2dfb26ae5a9222407c (patch) | |
| tree | 1e20cd97fe0a6f86221c8d7fdd756163709d7ef2 /home.nix | |
| parent | 2308ab6125f5b7302f1a3968d58ad657e68aad8a (diff) | |
Relocate some packages and scripts to better locations
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -88,25 +88,11 @@ i3-msg restart '') - eww - (writeShellScriptBin "eww-toggle"'' - #!/usr/bin/env bash - - if ${pkgs.eww}/bin/eww active-windows | grep $1; then - ${pkgs.eww}/bin/eww close $1 - else - ${pkgs.eww}/bin/eww open $@ - fi - '') - pfetch kdePackages.breeze irssi - (discord.override { - withVencord = true; - }) qbittorrent jellyfin-media-player |