diff options
Diffstat (limited to 'nix/configuration.nix')
-rw-r--r-- | nix/configuration.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix index afe9feb..e9c6e31 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -64,8 +64,8 @@ }; environment.systemPackages = with pkgs; [ - compsize htop inotify-tools killall rsync unzip - oathToolkit isync stow tor w3m wget youtube-dl + compsize cryptsetup htop inotify-tools killall rsync unzip + oathToolkit isync stow tor w3m wget yt-dlp mpv pavucontrol sent vimiv-qt yacreader ffmpeg gifski gimp imagemagick inkscape pdftk simplescreenrecorder sox ]; @@ -89,8 +89,8 @@ }; printing = { - # enable = true; - # drivers = with pkgs; [ hplipWithPlugin ]; + enable = true; + drivers = with pkgs; [ hplip ]; }; dictd = { |