Compare commits
2 commits
6b12d3c97c
...
ab4e0d3467
Author | SHA1 | Date | |
---|---|---|---|
ab4e0d3467 | |||
b60d88ab92 |
3 changed files with 7 additions and 1 deletions
|
@ -38,6 +38,7 @@ in
|
|||
vlc
|
||||
losslesscut-bin
|
||||
qcad
|
||||
bottles
|
||||
];
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
enable = true;
|
||||
drivers = [
|
||||
pkgs.samsung-unified-linux-driver
|
||||
# pkgs.hplipWithPlugin # > build failure
|
||||
pkgs.hplip
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue