diff options
Diffstat (limited to 'features')
-rw-r--r-- | features/wayland.nix | 12 | ||||
-rw-r--r-- | features/xdp.nix | 4 |
2 files changed, 4 insertions, 12 deletions
diff --git a/features/wayland.nix b/features/wayland.nix index 44523cc..2415a22 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -39,15 +39,9 @@ fontconfig = { hinting.style = "hintfull"; defaultFonts = { - monospace = [ - "Terminess Nerd Font" - ]; - serif = [ - "DeepMind Sans" - ]; - sansSerif = [ - "DeepMind Sans" - ]; + monospace = [ "Terminess Nerd Font" ]; + serif = [ "DeepMind Sans" ]; + sansSerif = [ "DeepMind Sans" ]; }; }; }; diff --git a/features/xdp.nix b/features/xdp.nix index eed561b..98d97a4 100644 --- a/features/xdp.nix +++ b/features/xdp.nix @@ -16,9 +16,7 @@ let in { # pkgs - environment.systemPackages = [ - dbus-xdp-environment - ]; + environment.systemPackages = [ dbus-xdp-environment ]; # xdg desktop portal xdg.portal = { |