feat(nvidia): add proper nvidia drivers

This commit is contained in:
rafiq 2025-02-27 07:51:44 +08:00
parent 0bcf8a90ed
commit 083d67c1df
3 changed files with 64 additions and 2 deletions

View file

@ -8,6 +8,15 @@
self.packages.${pkgs.stdenv.system}.nvf
pkgs.kitty
];
# programs.bash = {
# enable = true;
# initExtra = ''
# if uwsm check may-start && uwsm select; then
# exec systemd-cat -t uwsm_start uwsm start default
# fi
# '';
# };
programs.git = {
enable = true;