Regenerated

This commit is contained in:
2026-03-23 16:30:54 +00:00
parent 40283782fa
commit 30002e36c8
8 changed files with 252 additions and 4 deletions
+2 -4
View File
@@ -27,11 +27,8 @@
outputs = { self, nixpkgs, home-manager, import-tree, stylix, hyprland, zen-browser, ... }:
let
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
flakeRoot = self;
hmModules = home-manager.lib.hmModules;
in rec {
# Direct NixOS configuration for traveldroid
in {
nixosConfigurations = {
traveldroid = nixpkgs.lib.nixosSystem {
inherit system;
@@ -42,6 +39,7 @@
specialArgs = {
inherit flakeRoot;
inherit home-manager import-tree stylix hyprland zen-browser;
};
};
};