1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-19 22:03:53 +00:00
ultima/jetpure/default.nix

14 lines
294 B
Nix
Raw Normal View History

2024-11-27 10:37:54 +00:00
{ self, inputs, ... }:
let
builder = import ../libx/builder.nix {
inherit self inputs userName hostName flakeDir wm;
};
hostName = "jetpure";
userName = "nixzoid";
flakeDir = "/persist/flake";
wm = {
sh = "Hyprland";
bar = "hyprland";
};
in { flake = builder.flake; }