forked from colonelpanic/dotfiles
Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
@@ -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
|
||||
|
@@ -28,6 +28,7 @@
|
||||
fsType = "tmpfs";
|
||||
};
|
||||
|
||||
networking.hostName = "uber-loaner";
|
||||
swapDevices = [ ];
|
||||
|
||||
nix.maxJobs = lib.mkDefault 4;
|
||||
|
Reference in New Issue
Block a user