1
0
Fork 0

Install ntfs-tooling

This commit is contained in:
Malte Brandy 2020-04-21 02:52:58 +02:00
parent f3f70a48a4
commit 5b007ed611
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 7 additions and 3 deletions

View file

@ -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;

View file

@ -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;