about summary refs log tree commit diff
path: root/nix/configuration.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-07 23:03:10 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-07 23:03:10 +0700
commita6d13025b22c949342a6dc619e7d0cfe5ddb9dcc (patch)
treef4ce863c1283ab20ca8f6252dab6981a6dc92f22 /nix/configuration.nix
parent557705fc88fc0405d8f79bb15cbf0679e168cf6c (diff)
downloaddotfiles-a6d13025b22c949342a6dc619e7d0cfe5ddb9dcc.tar.gz
Force btrfs compression
Diffstat (limited to 'nix/configuration.nix')
-rw-r--r--nix/configuration.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix
index bc0d12c..afe9feb 100644
--- a/nix/configuration.nix
+++ b/nix/configuration.nix
@@ -64,11 +64,15 @@
   };
 
   environment.systemPackages = with pkgs; [
-    htop inotify-tools isync killall oathToolkit rsync stow tor unzip w3m wget
-    mpv pavucontrol sent vimiv-qt yacreader youtube-dl
+    compsize htop inotify-tools killall rsync unzip
+    oathToolkit isync stow tor w3m wget youtube-dl
+    mpv pavucontrol sent vimiv-qt yacreader
     ffmpeg gifski gimp imagemagick inkscape pdftk simplescreenrecorder sox
   ];
 
+  programs.iotop.enable = true;
+  programs.udevil.enable = true;
+
   security.rtkit.enable = true;
   # List services that you want to enable:
   services = {