mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Delete xdg portal
This commit is contained in:
parent
f555a1128b
commit
49de83622e
1 changed files with 1 additions and 7 deletions
|
@ -1,13 +1,7 @@
|
||||||
{ pkgs, upkgs, ulib, theme, systemConfiguration, homeConfiguration, homePackages, enabled, ... }: ulib.recursiveUpdate3
|
{ pkgs, upkgs, ulib, systemConfiguration, homeConfiguration, homePackages, enabled, ... }: ulib.recursiveUpdate3
|
||||||
|
|
||||||
(systemConfiguration {
|
(systemConfiguration {
|
||||||
hardware.opengl = enabled {};
|
hardware.opengl = enabled {};
|
||||||
|
|
||||||
xdg.portal = enabled {
|
|
||||||
extraPortals = with pkgs; [
|
|
||||||
xdg-desktop-portal-hyprland
|
|
||||||
];
|
|
||||||
};
|
|
||||||
})
|
})
|
||||||
|
|
||||||
(homeConfiguration "nixos" {
|
(homeConfiguration "nixos" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue