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
+7 -1
View File
@@ -72,7 +72,7 @@
hardware.graphics.enable = true; hardware.graphics.enable = true;
services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia.modesetting.enable = true; hardware.nvidia.modesetting.enable = true;
hardware.nvidia.open = true; hardware.nvidia.open = false;
# Bluetooth # Bluetooth
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
@@ -109,6 +109,11 @@
]; ];
}; };
# Drop once dotfiles move to Home Manager
programs.bash.interactiveShellInit = ''
[[ -f ~/.bashrc ]] && source ~/.bashrc
'';
programs.git = { programs.git = {
enable = true; enable = true;
config = { config = {
@@ -127,6 +132,7 @@
kdePackages.bluez-qt kdePackages.bluez-qt
ncdu ncdu
pciutils pciutils
stow
terminator terminator
tmux tmux
tree tree