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-12-26 15:05:37 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-26 15:05:37 +0700
commit76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5 (patch)
tree31dd8ee7fc4325f621c47a905b0d4eb2c77a77e6 /nix/configuration.nix
parenta6d13025b22c949342a6dc619e7d0cfe5ddb9dcc (diff)
downloaddotfiles-76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5.tar.gz
Update in the name of Christ
Diffstat (limited to 'nix/configuration.nix')
-rw-r--r--nix/configuration.nix8
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 = {