diff options
author | Ben Sima <ben@bsima.me> | 2022-08-02 16:13:09 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-08-02 16:14:02 -0400 |
commit | 9f645dcfab34dc29b1c56832ebe85154de77c7ab (patch) | |
tree | 99a475f8a2514af9554dd7f071d9312d29d3fabd /lib/linux.nix | |
parent | 4d0b463e00e15d68ea0c39662b3dd0cf068b5a42 (diff) |
Slim down a bit
Diffstat (limited to 'lib/linux.nix')
-rw-r--r-- | lib/linux.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/linux.nix b/lib/linux.nix index 14ee8ac..5ac859a 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -101,40 +101,23 @@ in cmdtree dict dmenu - dolphin feh flameshot gajim - gopher glibcLocales # rofi locale fix -- https://github.com/rycee/home-manager/issues/354#issuecomment-415914278 gnumake gnupg - gopher - hledger-ui - hledger-web # keybase-gui - ledger libnotify lshw - minitube - mononoki mplayer - muchsync mumble - # neomutt - obs-studio - pamixer pandoc - pasystray pavucontrol - pdftk pinentry - sqlite tdesktop - # texlive.combined.scheme-full tor-browser-bundle-bin usbutils - utillinux vlc xbindkeys xclip @@ -149,8 +132,6 @@ in # languages i regularly use (haskellPackages.ghcWithPackages (a: with a; [hledger rainbow])) # for hledger scripting - guile - python3 ]; }; fonts.fontconfig.enable = true; @@ -412,10 +393,6 @@ in }; }; - chromium = { - enable = true; - }; - rofi = { enable = true; pass.enable = true; |