mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
C
This commit is contained in:
parent
0d3e9fcfdc
commit
47bd92d9a7
@ -1,4 +1,4 @@
|
||||
{ config, lib, pkgs, user, ... }:
|
||||
{ config, lib, pkgs, user, inputs, ... }:
|
||||
|
||||
let
|
||||
cfg = config.modules.desktop.sway;
|
||||
@ -110,6 +110,7 @@ in {
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
programs.hyprland = {
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user