intel gpus drivers nord, cleanup

This commit is contained in:
2023-03-13 01:15:27 +01:00
parent 1b6598ecbd
commit 5300a22a13
4 changed files with 26 additions and 9 deletions

View File

@@ -21,6 +21,16 @@
gnomeExtensions.appindicator
];
# an attempt to make nautilus discover new files, but it proved to be a freebsd-linux incompatiblity
# inotify is a linux thing, and freebsd instead features kqueue.
# nfs likely doesn't support such events anyway, predating inotify.
#kernel.sysctl = {
# "fs.inotify.max_user_watches" = "100000";
#};
# possible future fix:
# https://en.wikipedia.org/wiki/File_Alteration_Monitor
# or https://github.com/fsnotify/fsnotify
environment.gnome.excludePackages = (with pkgs; [
gnome-photos
gnome-tour