My Nix Configuration

flake: Add ctp-toolbox

Changed files
+6 -1
home
profiles
+2
flake.nix
···
agenix.inputs.nixpkgs.follows = "nixpkgs";
alejandra.url = "github:kamadorueda/alejandra";
alejandra.inputs.nixpkgs.follows = "nixpkgs";
+
ctp-toolbox.url = "github:catppuccin/toolbox";
dns.url = "github:kirelagin/dns.nix";
dns.inputs.nixpkgs.follows = "nixpkgs";
emacs.url = "github:nix-community/emacs-overlay";
···
espanso-nixpkgs,
agenix,
alejandra,
+
ctp-toolbox,
dns,
emacs,
golink,
+4 -1
home/profiles/development.nix
···
-
{pkgs, ...}: {
+
{inputs, pkgs, ...}: let
+
ctp-pkgs = inputs.ctp-toolbox.packages.${pkgs.system};
+
in {
home.packages = with pkgs; [
+
ctp-pkgs.puccinier
alejandra
any-nix-shell
cargo