mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
flake: add catppuccin/nix (2)
This commit is contained in:
parent
40ff1d4691
commit
7ca80f5c2e
1 changed files with 3 additions and 1 deletions
|
|
@ -22,6 +22,8 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
catppuccin.url = "github:catppuccin/nix";
|
||||||
|
|
||||||
catppuccin-bat = {
|
catppuccin-bat = {
|
||||||
url = "github:catppuccin/bat";
|
url = "github:catppuccin/bat";
|
||||||
flake = false;
|
flake = false;
|
||||||
|
|
@ -31,7 +33,7 @@
|
||||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, self, agenix, ...} @ inputs:
|
outputs = { nixpkgs, self, agenix, catppuccin, ...} @ inputs:
|
||||||
let
|
let
|
||||||
selfPkgs = import ./pkgs;
|
selfPkgs = import ./pkgs;
|
||||||
username = "liv";
|
username = "liv";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue