summaryrefslogtreecommitdiff
path: root/features/xdp.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-08-14 19:22:44 +0530
committersinanmohd <sinan@sinanmohd.com>2023-08-14 19:22:44 +0530
commit3176fefbdb507fa87ceceb29ca1134d6cf8c0fb0 (patch)
treefce6a344c51fde4a6e7f070bf27da4ef113303db /features/xdp.nix
parenta83b1acf190adb7c324866545270dbcd94e2ac4c (diff)
clean up: follow nixos.org/manual/nixpkgs/stable/#chap-conventions
Diffstat (limited to 'features/xdp.nix')
-rw-r--r--features/xdp.nix4
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 = {