diff options
author | sinanmohd <sinan@firemail.cc> | 2023-08-14 19:22:44 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-08-14 19:22:44 +0530 |
commit | 52024bc83bf837dd0edaf08c52abcf5335e41825 (patch) | |
tree | fce6a344c51fde4a6e7f070bf27da4ef113303db /features/xdp.nix | |
parent | 301b045c1690edbe3f196451a98af17838e20b6e (diff) |
clean up: follow nixos.org/manual/nixpkgs/stable/#chap-conventions
Diffstat (limited to 'features/xdp.nix')
-rw-r--r-- | features/xdp.nix | 4 |
1 files changed, 1 insertions, 3 deletions
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 = { |