cleaned up even more
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
../system/wayland.nix
|
../system/desktop/wayland.nix
|
||||||
../system/sound.nix
|
../system/desktop/sound.nix
|
||||||
../system/misc.nix
|
../system/desktop/misc.nix
|
||||||
../system/browser.nix
|
../system/desktop/browser.nix
|
||||||
../system/font.nix
|
../system/desktop/font.nix
|
||||||
../system/theme.nix
|
../system/desktop/theme.nix
|
||||||
../system/cursor.nix
|
../system/desktop/cursor.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
printing.enable = true;
|
services.printing.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user