Revert error
Some checks failed
Nix Build / build-nixos (push) Has been cancelled

This commit is contained in:
soraefir 2024-04-14 22:34:14 +02:00
parent 52423ffdad
commit f65ccf0e5e
Signed by: sora
GPG Key ID: A362EA0491E2EEA0
2 changed files with 2 additions and 4 deletions

View File

@ -27,7 +27,7 @@
syscfg syscfg
{ usercfg = userConfig; } { usercfg = userConfig; }
inputs.nix-colors.homeManagerModule inputs.nix-colors.homeManagerModule
inputs.hyprland.homeManagerModules inputs.hyprland.homeManagerModules.default
]; ];
}) syscfg.syscfg.users); }) syscfg.syscfg.users);
} }

View File

@ -1,6 +1,5 @@
{ pkgs, ... }: { { config, lib, pkgs, ... }: {
config = lib.mkIf (config.syscfg.make.gui) {
xdg.portal = { xdg.portal = {
enable = true; enable = true;
# wlr.enable = true; # wlr.enable = true;
@ -10,7 +9,6 @@
]; ];
config.common.default = [ "hyprland" "gtk" ]; config.common.default = [ "hyprland" "gtk" ];
}; };
};
environment.sessionVariables = rec { environment.sessionVariables = rec {
GBM_BACKEND = "amd-drm"; GBM_BACKEND = "amd-drm";