summaryrefslogtreecommitdiff
path: root/hosts/common/desktop/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-26 06:08:41 -0500
committerseth <[email protected]>2023-01-26 06:08:41 -0500
commit08895833e51bdfd760f2b4915a3997c13fe65b13 (patch)
tree76e0ec29dea51c9a0aa0502cf8e87eadc71dd3ec /hosts/common/desktop/default.nix
parent43bf016d0fb5b3b2db796fdc37abf243f1223df1 (diff)
more refactoring
Diffstat (limited to 'hosts/common/desktop/default.nix')
-rw-r--r--hosts/common/desktop/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/hosts/common/desktop/default.nix b/hosts/common/desktop/default.nix
index d5cc99f..74faa77 100644
--- a/hosts/common/desktop/default.nix
+++ b/hosts/common/desktop/default.nix
@@ -1,8 +1,4 @@
-{
- config,
- lib,
- ...
-}: {
+{lib, ...}: {
programs.xwayland.enable = true;
xdg.portal.enable = true;
environment.noXlibs = lib.mkForce false;