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
losslesscut-bin
qcad
bottles
];
services.syncthing = {
enable = true;

View file

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

View file

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