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

This commit is contained in:
Ivan Malison 2018-06-18 13:25:30 -07:00
commit 2e509aff42
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
6 changed files with 40 additions and 1 deletions

View File

@ -0,0 +1,15 @@
output DP1
off
output DP2
off
output HDMI1
off
output HDMI2
off
output VIRTUAL1
off
output eDP1
mode 1440x900
pos 0x0
primary
rate 60.00

View File

@ -0,0 +1 @@
eDP1 00ffffffffffff000610f09c0000000011160104951d127802ef05975754922722505400000001010101010101010101010101010101b922a0a050841a30302036001eb300000018000000100000000000000000000000000000000000fe004c534e31333342543031413032000000fc00436f6c6f72204c43440a2020200009

View File

@ -0,0 +1,17 @@
output DP1
off
output DP2
off
output HDMI2
off
output VIRTUAL1
off
output HDMI1
mode 1920x1080
pos 0x0
rate 60.00
output eDP1
mode 1440x900
pos 0x1080
primary
rate 60.00

View File

@ -0,0 +1,2 @@
HDMI1 00ffffffffffff0010ac7f404c33353220180103803c2278ea4bb5a7564ba3250a5054a54b008100b300714fa9408180010101010101023a801871382d40582c250055502100001e000000ff00374a4e59353438363235334c0a000000fc0044454c4c205532373133484d0a000000fd00384c1e5111000a2020202020200168020329f15090050403020716010611121513141f2023097f0767030c001000382d83010000e3050301023a801871382d40582c250055502100001e011d8018711c1620582c250055502100009e011d007251d01e206e28550055502100001e8c0ad08a20e02d10103e960055502100001800000000000000000000000000007a
eDP1 00ffffffffffff000610f09c0000000011160104951d127802ef05975754922722505400000001010101010101010101010101010101b922a0a050841a30302036001eb300000018000000100000000000000000000000000000000000fe004c534e31333342543031413032000000fc00436f6c6f72204c43440a2020200009

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;