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
|
vlc
|
||||||
losslesscut-bin
|
losslesscut-bin
|
||||||
qcad
|
qcad
|
||||||
bottles
|
|
||||||
];
|
];
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -137,7 +137,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = [
|
drivers = [
|
||||||
pkgs.samsung-unified-linux-driver
|
pkgs.samsung-unified-linux-driver
|
||||||
pkgs.hplip
|
# pkgs.hplipWithPlugin # > build failure
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -23,11 +23,6 @@ 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; [
|
||||||
|
|
Loading…
Reference in a new issue