From 5b007ed611ab60c694b6765826b77a2b025ced49 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 21 Apr 2020 02:52:58 +0200 Subject: [PATCH] Install ntfs-tooling --- pkgs/default.nix | 8 ++++++-- system/modules/laptop.nix | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index b0a4efb0..8db4ae5c 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -33,7 +33,7 @@ in rec { inherit neovim; inherit (pkgs) gitFull gnumake mkpasswd file wget curl wireguard gnupg mutt bind liboping - psmisc unzip rename whois lsof parted python3 binutils; + psmisc unzip rename whois lsof parted python3 binutils ntfsprogs; }; extra-system-pkgs = { @@ -108,10 +108,14 @@ in rec { libtxc_dxtn gnutls krb5Full + ncurses5 + vulkan-headers + vulkan-loader + vulkan-tools ]); runScript = "${gw2wrapper}/bin/gw2wrapper"; }; - inherit (unfreePkgs) discord zoom-us skypeforlinux; + inherit (unfreePkgs) discord zoom-us skypeforlinux steam; inherit (pkgs.gnome3) nautilus; inherit (pkgs.xorg) xev xbacklight; inherit (pkgs.gitAndTools) hub; diff --git a/system/modules/laptop.nix b/system/modules/laptop.nix index 462b5faf..1b6dc70d 100644 --- a/system/modules/laptop.nix +++ b/system/modules/laptop.nix @@ -24,12 +24,12 @@ in { }; hardware.pulseaudio = { enable = true; + support32Bit = true; tcp = { enable = true; anonymousClients.allowedIpRanges = [ "127.0.0.1" "::1" ]; }; }; - nixpkgs.config.allowUnfree = true; security.pam.services.swaylock = { }; programs.dconf.enable = true;