kanagawa moment
This commit is contained in:
parent
8c093b6658
commit
707157c0fe
6 changed files with 106 additions and 36 deletions
17
flake.nix
17
flake.nix
|
@ -58,27 +58,11 @@
|
|||
"x86_64-linux"
|
||||
];
|
||||
in rec {
|
||||
# custom packages
|
||||
# packages = forAllSystems (
|
||||
# system: let
|
||||
# pkgs = nixpkgs.legacyPackages.${system};
|
||||
# in
|
||||
# import ./pkgs {inherit pkgs;}
|
||||
# );
|
||||
|
||||
# homepkgs = forAllSystems (system:
|
||||
# let pkgs = nixpkgs.legacyPackages.${system};
|
||||
# in import ./homepkgs { inherit pkgs; }
|
||||
# );
|
||||
|
||||
# any overlays or modules we use
|
||||
overlays = import ./overlay.nix {inherit inputs;};
|
||||
# nixosModules = import ./modules/nixos;
|
||||
# homeModules = import ./modules/home;
|
||||
|
||||
nixosConfigurations = {
|
||||
"quiver" = nixpkgs.lib.nixosSystem {
|
||||
# pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
|
@ -94,7 +78,6 @@
|
|||
};
|
||||
|
||||
"adrift" = nixpkgs.lib.nixosSystem {
|
||||
# pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue