mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
update website
This commit is contained in:
parent
5057d037cb
commit
47ac57a230
9 changed files with 188 additions and 27 deletions
|
|
@ -17,9 +17,14 @@
|
|||
# url = "github:nix-community/nixos-vscode-server";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
#};
|
||||
|
||||
kp2pml30-moe = {
|
||||
url = "github:kp2pml30/kp2pml30.github.io/fa9019733540a9569fd6c678c358c8b7a61f435c";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, nixos-wsl, home-manager, nixos-generators, ... }:
|
||||
outputs = inputs@{ self, nixpkgs, nixos-wsl, home-manager, nixos-generators, kp2pml30-moe, ... }:
|
||||
let
|
||||
rootPath = self;
|
||||
additionalArgs = { inherit inputs rootPath; };
|
||||
|
|
@ -50,6 +55,8 @@
|
|||
|
||||
nixos-generators.nixosModules.all-formats
|
||||
];
|
||||
|
||||
specialArgs = { inherit kp2pml30-moe; system = "x86_64-linux"; };
|
||||
};
|
||||
|
||||
personal-pc = nixpkgs.lib.nixosSystem rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue