diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-08-14 19:22:44 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-08-14 19:22:44 +0530 |
commit | 3176fefbdb507fa87ceceb29ca1134d6cf8c0fb0 (patch) | |
tree | fce6a344c51fde4a6e7f070bf27da4ef113303db /features | |
parent | a83b1acf190adb7c324866545270dbcd94e2ac4c (diff) |
clean up: follow nixos.org/manual/nixpkgs/stable/#chap-conventions
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 = { |