Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
2018-06-18 13:25:30 -07:00
6 changed files with 40 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ in
nixpkgs.config.allowUnfree = true;
security.sudo.wheelNeedsPassword = false;
networking.networkmanager.enable = true;
networking.enableIPv6 = false;
i18n = {
consoleKeyMap = "us";
@@ -131,6 +132,8 @@ in
numix-icon-theme-circle
gnome3.adwaita-icon-theme
hicolor-icon-theme
plasma5.breeze-gtk
plasma5.breeze-qt5
# Desktop
autorandr
@@ -175,7 +178,7 @@ in
ncdu
pass
python-with-my-packages
# qttools
qt5.qttools
rcm
silver-searcher
stow

View File

@@ -28,6 +28,7 @@
fsType = "tmpfs";
};
networking.hostName = "uber-loaner";
swapDevices = [ ];
nix.maxJobs = lib.mkDefault 4;