mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
hyprland
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
plasma-manager.inputs.home-manager.follows = "home-manager";
|
plasma-manager.inputs.home-manager.follows = "home-manager";
|
||||||
jovian-nixos.url = "github:Jovian-Experiments/Jovian-NixOS";
|
jovian-nixos.url = "github:Jovian-Experiments/Jovian-NixOS";
|
||||||
jovian-nixos.inputs.nixpkgs.follows = "nixpkgs";
|
jovian-nixos.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
caelestia-shell-url = "github:caelestia-dots/shell";
|
||||||
|
caelestia-shell.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; }
|
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; }
|
||||||
|
|||||||
0
modules/hyprland/sys/hyprland-apps.nix
Normal file
0
modules/hyprland/sys/hyprland-apps.nix
Normal file
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