diff options
author | sefidel <contact@sefidel.net> | 2022-07-22 17:49:51 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-07-22 17:49:51 +0900 |
commit | b4d9264bf5b202e2f61c16feded7005f63a9ddec (patch) | |
tree | 5b1316ef2733f5a522108b41d9aa85c14f8f2bcb | |
parent | a813079507eb008729677980013f872eb350947d (diff) | |
download | nixrc-b4d9264bf5b202e2f61c16feded7005f63a9ddec.tar.gz nixrc-b4d9264bf5b202e2f61c16feded7005f63a9ddec.zip |
chore: remove deprecated options
-rw-r--r-- | nixos/alpha/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index e259f33..9bffa3f 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -214,7 +214,6 @@ xdg.portal = { enable = true; - gtkUsePortal = true; extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-wlr |