mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/ni/setups/desktop: update conditional NetworkManager setup
This commit is contained in:
parent
468333ff40
commit
60e077554d
@ -43,7 +43,7 @@ in
|
||||
workflows.workflows.a-happy-gnome.enable = true;
|
||||
}
|
||||
|
||||
(lib.mkIf (hasAnyWorkflowEnabled [ "a-happy-gnome" "knome" "mosey-branch" ]) {
|
||||
(lib.mkIf (hasAnyWorkflowEnabled [ "a-happy-gnome" "knome" ]) {
|
||||
hosts.ni.networking.setup = "networkmanager";
|
||||
suites.i18n.setup = "ibus";
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user