Files
home-manager/desktop-environment/window-manager/hyprlua.nix
T
Nina Chlóe Kassandra Reiß f172fac2a3 Remove everything from nix flake
2026-07-26 15:18:30 +02:00

13 lines
209 B
Nix

{ pkgs, lib, ... }:
let
hyprFlake = builtins.getFlake "git+https://git.nichkara.eu/system/hyprlua";
profile = import ../../profile.nix;
in
{
imports = [
hyprFlake.homeManagerModules.default
];
}