Update hypnos config

This commit is contained in:
2024-01-05 22:07:32 +00:00
parent 8ec41e2960
commit 41f62a3890
6 changed files with 25 additions and 12 deletions

View File

@ -102,6 +102,9 @@ in {
picture-uri = "file://${pkgs.gnome.gnome-backgrounds}/share/backgrounds/gnome/adwaita-l.jpg";
picture-uri-dark = "file://${pkgs.gnome.gnome-backgrounds}/share/backgrounds/gnome/adwaita-d.jpg";
};
"org/gnome/peripherals/touchpad" = {
tap-to-click = true;
};
"org/gtk/settings/file-chooser" = {
show-hidden = true;
sort-directories-first = true;

View File

@ -23,6 +23,7 @@ in {
};
networking = {
networkmanager.unmanaged = [ "*" ];
wireless = {
enable = true;
interfaces = cfg.interfaces;