Compare commits
No commits in common. "0d2145b8dab5723101e66384efb252649383dc09" and "71463342a4a1c0997cf95ac962d47d92dc532ba6" have entirely different histories.
0d2145b8da
...
71463342a4
1 changed files with 2 additions and 4 deletions
|
@ -101,7 +101,6 @@ in {
|
|||
xdg_utils
|
||||
xfce.thunar
|
||||
xfce.thunar-volman
|
||||
ydotool
|
||||
unstable.keepassxc
|
||||
(
|
||||
pkgs.writeTextFile {
|
||||
|
@ -143,13 +142,12 @@ in {
|
|||
group = "users";
|
||||
};
|
||||
|
||||
services.avahi.enable = true;
|
||||
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [
|
||||
pkgs.gutenprint
|
||||
];
|
||||
services.avahi.enable = true;
|
||||
services.avahi.nssmdns = true;
|
||||
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue