Compare commits

...

2 commits

Author SHA1 Message Date
ab4e0d3467 fix annoying gnome login bug 2025-03-20 00:26:21 +01:00
b60d88ab92 add bottles and hp lib 2025-03-20 00:26:07 +01:00
3 changed files with 7 additions and 1 deletions

View file

@ -38,6 +38,7 @@ in
vlc vlc
losslesscut-bin losslesscut-bin
qcad qcad
bottles
]; ];
services.syncthing = { services.syncthing = {
enable = true; enable = true;

View file

@ -137,7 +137,7 @@
enable = true; enable = true;
drivers = [ drivers = [
pkgs.samsung-unified-linux-driver pkgs.samsung-unified-linux-driver
# pkgs.hplipWithPlugin # > build failure pkgs.hplip
]; ];
}; };
}; };

View file

@ -23,6 +23,11 @@ in
desktopManager.gnome.enable = true; desktopManager.gnome.enable = true;
}; };
systemd.services = {
"getty@tty1".enable = false;
"autovt@tty1".enable = false;
};
xdg.portal = { xdg.portal = {
enable = true; enable = true;
extraPortals = with pkgs; [ extraPortals = with pkgs; [