Add oscgoesbrrr to config

This commit is contained in:
2025-09-29 00:51:48 -04:00
parent 1094859efd
commit 84e0615081
2 changed files with 22 additions and 5 deletions

View File

@ -21,7 +21,9 @@
home.packages = with pkgs; [
tmux
htop
inputs.oscgoesbrrr.packages.${system}.default
nixgl.nixGLIntel
# htop
#inputs.baballonia.${system}.default
];
@ -78,6 +80,6 @@ dashboard:
# Other misc conf files
xdg.configFile."kitty/kitty.conf".source = ./xdg/kitty/kitty.conf;
home.file.".zshrc".source = .xdg/zshrc;
home.file.".zshrc".source = xdg/zshrc;
}