h2
This commit is contained in:
parent
00da286651
commit
a9a77e75fe
12 changed files with 307 additions and 3 deletions
16
flake.nix
16
flake.nix
|
|
@ -23,6 +23,10 @@
|
|||
url = "github:hyprwm/hyprland-plugins";
|
||||
inputs.hyprland.follows = "hyprland";
|
||||
};
|
||||
swayfx = {
|
||||
url = "github:WillPower3309/swayfx";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
};
|
||||
|
|
@ -41,6 +45,7 @@
|
|||
nixos-cli,
|
||||
zen-browser,
|
||||
agenix,
|
||||
swayfx,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -59,6 +64,17 @@
|
|||
agenix.nixosModules.default
|
||||
];
|
||||
};
|
||||
marty-thinkpad = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/marty-thinkpad
|
||||
./configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
nixos-cli.nixosModules.nixos-cli
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
};
|
||||
marty-pc = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue