kanagawa moment

This commit is contained in:
atagen 2023-05-21 16:17:52 +10:00
parent 8c093b6658
commit 707157c0fe
6 changed files with 106 additions and 36 deletions

View file

@ -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 = [