mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-19 07:29:46 +02:00
fix: grim(wayland): Failed to create image. https://github.com/ryan4yin/nix-config/issues/11
This commit is contained in:
@@ -10,9 +10,17 @@
|
||||
##########################################################################################################
|
||||
|
||||
imports = [
|
||||
hyprland.nixosModules.default
|
||||
# hyprland.nixosModules.default
|
||||
];
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-wlr
|
||||
];
|
||||
};
|
||||
|
||||
environment.pathsToLink = ["/libexec"]; # links /libexec from derivations to /run/current-system/sw
|
||||
services = {
|
||||
gvfs.enable = true; # Mount, trash, and other functionalities
|
||||
|
||||
Reference in New Issue
Block a user