Compare commits

..

3 Commits

Author SHA1 Message Date
kris b197846226 Restore .bashrc sourcing as a stopgap 2026-06-28 21:37:53 -04:00
kris 5ab95e43a9 Use nonfree NVIDIA for HDMI 144Hz 2026-06-28 20:03:22 -04:00
kris 461358d959 Add GNU Stow for dotfiles 2026-06-28 19:37:27 -04:00
+6 -1
View File
@@ -72,7 +72,7 @@
hardware.graphics.enable = true;
services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia.modesetting.enable = true;
hardware.nvidia.open = true;
hardware.nvidia.open = false;
# Bluetooth
hardware.bluetooth.enable = true;
@@ -109,6 +109,11 @@
];
};
# Drop once dotfiles move to Home Manager
programs.bash.interactiveShellInit = ''
[[ -f ~/.bashrc ]] && source ~/.bashrc
'';
programs.git = {
enable = true;
config = {