aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix28
1 files changed, 28 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9b8d4fb..ff60eaa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -100,6 +100,34 @@
];
};
+ caladan = nixpkgs.lib.nixosSystem {
+ specialArgs = { inherit inputs outputs; };
+ modules = [
+ #{
+ # environment.systemPackages = [
+ # ghostty.packages.x86_64-linux.default
+ # ];
+ #}
+ #({ config, pkgs, ... }:
+ # let
+ # overlay-dict-pr367392 = final: prev: {
+ # dict = nixpkgs-pr367392.legacyPackages."x86_64-linux".dict;
+ # };
+ # in {
+ # nixpkgs.overlays = [ overlay-dict-pr367392 ];
+ # }
+ #)
+ disko.nixosModules.disko
+ ./hosts/caladan
+ home-manager.nixosModules.home-manager {
+ #home-manager.sharedModules = [ sops-nix.homeManagerModules.sops ];
+ home-manager.users.root = import ./home/root/caladan.nix;
+ home-manager.users.nipsy = import ./home/nipsy/caladan.nix;
+ }
+ #sops-nix.nixosModules.sops
+ ];
+ };
+
darkstar = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs outputs; };
modules = [