intel gpus drivers nord, cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user