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-08-06 16:22:12 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-06 16:22:12 +0700
commit2fd7c9fbb921ceb578edd56a000c9a0f098b6f6b (patch)
treeb562e15b9d7b328e3f9980b0a77918eb2a9a6896 /nix/configuration.nix
parentf140f08bc6c39037958048294fd241a28d8da607 (diff)
downloaddotfiles-2fd7c9fbb921ceb578edd56a000c9a0f098b6f6b.tar.gz
Update Nix packages list
Diffstat (limited to 'nix/configuration.nix')
-rw-r--r--nix/configuration.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/nix/configuration.nix b/nix/configuration.nix
index 83d28c9..75fd419 100644
--- a/nix/configuration.nix
+++ b/nix/configuration.nix
@@ -47,7 +47,7 @@
 
     # Overcoming my strange addiction
     extraHosts = ''
-      127.0.0.1 9gag.com
+      0.0.0.0 9gag.com
     '';
   };
 
@@ -62,14 +62,14 @@
 
   users.users.sea = {
     isNormalUser = true;
-    extraGroups = [ "networkmanager" "wheel" ];
+    extraGroups = [ "networkmanager" "video" "wheel" ];
   };
 
   nix.autoOptimiseStore = true;
   environment.systemPackages = with pkgs; [
     htop isync killall oathToolkit rsync stow unzip w3m wget
     mpv pavucontrol sent vimiv-qt yacreader youtube-dl
-    ffmpeg gifski gimp imagemagick inkscape simplescreenrecorder
+    ffmpeg gifski gimp imagemagick inkscape pdftk simplescreenrecorder
   ];
 
   security.rtkit.enable = true;
@@ -80,7 +80,7 @@
       alsa.enable = true;
       alsa.support32Bit = true;
       pulse.enable = true;
-      jack.enable = true;
+      # jack.enable = true;
 
       # Use the example session manager (no others are packaged yet so this is
       # enabled by default, no need to redefine it in your config for now)
@@ -88,12 +88,12 @@
     };
 
     printing = {
-      enable = true;
-      drivers = with pkgs; [ hplipWithPlugin ];
+      # enable = true;
+      # drivers = with pkgs; [ hplipWithPlugin ];
     };
 
     dictd = {
-      enable = true;
+      # enable = true;
       DBs = with pkgs.dictdDBs; [ wiktionary wordnet ];
     };
   };