This commit is contained in:
Zastian Pretorius
2025-07-01 14:40:29 +01:00
parent 211c361c9b
commit f006323bd0
9 changed files with 168 additions and 48 deletions

View File

@@ -25,6 +25,10 @@
url = "git+https://git.outfoxxed.me/outfoxxed/nix-qml-support";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-alien = {
url = "github:thiagokokada/nix-alien";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@@ -37,7 +41,7 @@
let
system = "x86_64-linux";
#Avalable options are ["niri" "river" "hyprland" "all"]
window_manager = "niri";
window_manager = "hyprland";
in
{
nixosConfigurations = {