diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-07 12:50:26 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-07 12:50:26 +0200 |
commit | 0863607a87572acda6276b6251778f2294d21ae6 (patch) | |
tree | 50092b650e944c07859cdb10d47ec27dcb6ff4ad /modules/common | |
parent | refactor(modules/legacy/ytcc): Remove (diff) | |
download | nixos-config-0863607a87572acda6276b6251778f2294d21ae6.zip |
refactor(modules/xdg): Migrate to by-name and fix firefox dep in url-handler
Diffstat (limited to 'modules/common')
-rw-r--r-- | modules/common/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index 21b0f200..ae4dc715 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -29,6 +29,7 @@ }; polkit.enable = true; power.enable = true; + xdg.enable = true; services = { adb = { |