Skip to content

Commit

Permalink
fix: enable X11 access for distrobox
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Sep 18, 2023
1 parent 5a38b10 commit 8983d7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home-manager/_mixins/users/martin/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ with lib.hm.gvariant;
monitor-library = true;
};
};

# Authrorize X11 access in Distrobox
home.file.".distroboxrc".text = "
xhost +si:localuser:$USER
";
}

0 comments on commit 8983d7c

Please sign in to comment.