From a6d13025b22c949342a6dc619e7d0cfe5ddb9dcc Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 7 Nov 2021 23:03:10 +0700 Subject: Force btrfs compression --- nix/configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'nix/configuration.nix') 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 = { -- cgit 1.4.1