fix: hyprland desktop for osc codes
This commit is contained in:
parent
9a4cca62e7
commit
e27ef9ed34
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -113,12 +113,15 @@
|
|||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
xdg.portal = lib.mkIf config.programs.hyprland.enable {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-hyprland
|
||||
];
|
||||
config.common = {
|
||||
default = [ "hyprland" "gtk" ];
|
||||
};
|
||||
};
|
||||
|
||||
security.sudo.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue