workflows/a-happy-gnome: update desktop and network configuration

This commit is contained in:
Gabriel Arazas 2023-03-09 11:12:15 +08:00
parent 37a05da569
commit 1429b02552
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,9 @@ enable-hot-corners = false
show-battery-percentage = true
color-scheme = 'prefer-dark'
[org/gnome/shell/app-switcher]
current-workspace-only = true
# Input sources that are expected to be installed in the theme.
[org/gnome/desktop/input-sources/sources]
sources = [ ('xkb', 'us'), ('ibus', 'mozc-jp'), ('ibus', 'rime'), ('ibus', 'hangul'), ('ibus', 'table:mathwriter-ibus') ]

View File

@ -115,6 +115,7 @@ in
# Setting up split DNS with systemd-resolved. The domains should already
# be configured somewhere else.
services.resolved.enable = true;
networking.networkmanager.dns = "systemd-resolved";
# Since we're using KDE Connect, we'll have to use gsconnect.
programs.kdeconnect = {