feat: i3!

This commit is contained in:
Kat Inskip 2025-02-27 12:29:13 -08:00
parent add8b013a4
commit d463824ef1
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
35 changed files with 2150 additions and 156 deletions

View file

@ -2,7 +2,7 @@
description = "Kat's Infrastructure";
inputs = {
systems.url = "github:nix-systems/default";
catppuccin.url = "github:catppuccin/nix";
# to allow non-nix 2.4 evaluation
flake-compat = {
url = "github:edolstra/flake-compat";
@ -18,9 +18,6 @@
nixpkgs = {
url = "github:nixos/nixpkgs/nixos-unstable";
};
nixpkgs-current = {
url = "github:nixos/nixpkgs/nixos-unstable";
};
solaar = {
# ewww flakehub ;;
url = "https://flakehub.com/f/Svenum/Solaar-flake/*.tar.gz";
@ -97,6 +94,7 @@
url = "github:numtide/flake-utils";
inputs.systems.follows = "systems";
};
neorg-overlay.url = "github:nvim-neorg/nixpkgs-neorg-overlay";
# file structure -> attrset
tree = {
url = "github:kittywitch/tree";