This commit is contained in:
parent
52423ffdad
commit
f65ccf0e5e
@ -27,7 +27,7 @@
|
||||
syscfg
|
||||
{ usercfg = userConfig; }
|
||||
inputs.nix-colors.homeManagerModule
|
||||
inputs.hyprland.homeManagerModules
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
];
|
||||
}) syscfg.syscfg.users);
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
config = lib.mkIf (config.syscfg.make.gui) {
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
# wlr.enable = true;
|
||||
@ -10,7 +9,6 @@
|
||||
];
|
||||
config.common.default = [ "hyprland" "gtk" ];
|
||||
};
|
||||
};
|
||||
|
||||
environment.sessionVariables = rec {
|
||||
GBM_BACKEND = "amd-drm";
|
||||
|
Loading…
x
Reference in New Issue
Block a user