Add ghostty and black hole background
This commit is contained in:
@@ -9,9 +9,10 @@
|
||||
#nix-colors.url = "github:misterio77/nix-colors";
|
||||
stylix.url = "github:danth/stylix/release-24.11";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
ghostty.url = "github:ghostty-org/ghostty";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, stylix, sops-nix, ... } @ inputs: let
|
||||
outputs = { self, nixpkgs, home-manager, stylix, sops-nix, ghostty, ... } @ inputs: let
|
||||
inherit (self) outputs;
|
||||
username = "jared";
|
||||
in {
|
||||
@@ -33,7 +34,7 @@
|
||||
};
|
||||
xps = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {inherit inputs username stylix;};
|
||||
specialArgs = {inherit inputs username stylix ghostty ;};
|
||||
modules = [
|
||||
stylix.nixosModules.stylix
|
||||
sops-nix.nixosModules.sops
|
||||
|
||||
Reference in New Issue
Block a user