From 2fd7c9fbb921ceb578edd56a000c9a0f098b6f6b Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 6 Aug 2021 16:22:12 +0700 Subject: Update Nix packages list --- nix/configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nix/configuration.nix') 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 ]; }; }; -- cgit 1.4.1