mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
hyprland
This commit is contained in:
14
modules/hyprland/sys/hyprland.nix
Normal file
14
modules/hyprland/sys/hyprland.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ inputs, ... }: {
|
||||
flake.nixosModules.hyprland-sys-hyprland = { pkgs, ... }: {
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
withSystemd = true;
|
||||
withUWSM = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
inputs.caelestia-shell.packages.${pkgs.stdenv.hostPlatform.system}.with-cli
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user