up
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -30,11 +30,18 @@
|
||||
};
|
||||
|
||||
outputs = { self, stylix, astal, nixpkgs, home-manager, zen-browser, master, nixos-apple-silicon, nixvim }@inputs:
|
||||
{
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
lib = nixpkgs.lib;
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
pkgs-master = master.legacyPackages.${system};
|
||||
username = "joshuaelm";
|
||||
name = "Joshua";
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
nixos = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit nixvim;};
|
||||
specialArgs = {inherit nixvim; inherit pkgs-master;};
|
||||
specialArgs.inputs = inputs;
|
||||
modules = [
|
||||
#stylix.nixosModules.stylix
|
||||
|
||||
Reference in New Issue
Block a user