mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
workflows/a-happy-gnome: update desktop and network configuration
This commit is contained in:
parent
37a05da569
commit
1429b02552
@ -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') ]
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user