feat(nvidia): add proper nvidia drivers
This commit is contained in:
parent
0bcf8a90ed
commit
083d67c1df
3 changed files with 64 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue