Regenerated
This commit is contained in:
+2
-4
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user