Compare commits
2 commits
71463342a4
...
0d2145b8da
Author | SHA1 | Date | |
---|---|---|---|
0d2145b8da | |||
9801646710 |
1 changed files with 4 additions and 2 deletions
|
@ -101,6 +101,7 @@ in {
|
|||
xdg_utils
|
||||
xfce.thunar
|
||||
xfce.thunar-volman
|
||||
ydotool
|
||||
unstable.keepassxc
|
||||
(
|
||||
pkgs.writeTextFile {
|
||||
|
@ -142,12 +143,13 @@ 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