Compare commits
No commits in common. "ab4e0d3467f328fd80d84397fb91d9b54540826b" and "6b12d3c97cbb16d72bdfbddd1c386d50e4e8b9c8" have entirely different histories.
ab4e0d3467
...
6b12d3c97c
3 changed files with 1 additions and 7 deletions
|
@ -38,7 +38,6 @@ in
|
|||
vlc
|
||||
losslesscut-bin
|
||||
qcad
|
||||
bottles
|
||||
];
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
enable = true;
|
||||
drivers = [
|
||||
pkgs.samsung-unified-linux-driver
|
||||
pkgs.hplip
|
||||
# pkgs.hplipWithPlugin # > build failure
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -23,11 +23,6 @@ in
|
|||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
|
||||
systemd.services = {
|
||||
"getty@tty1".enable = false;
|
||||
"autovt@tty1".enable = false;
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue