Skip to content

Commit 0b9d5a1

Browse files
committed
added localization to system_minimal and audio to system_desktop
1 parent 0e094fa commit 0b9d5a1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

modules/system_types/system_desktop.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
den.aspects.system_desktop = {
44
includes = [
55
den.aspects.system_minimal
6+
den.aspects.audio
67
den.aspects.gnome
78
den.aspects.gdm
89
];

modules/system_types/system_minimal.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
den.aspects.system_minimal = {
44
includes = [
5+
den.aspects.localization
56
den.aspects.systemd
67
den.aspects.network
78
den.aspects.ssh

0 commit comments

Comments
 (0)