initialization

This commit is contained in:
biscuit
2025-05-19 17:53:19 -05:00
commit c1e4ef47f3
30 changed files with 451 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{...}: {
imports = [
../../pkgs/fastfetch/biscuit.nix
../../pkgs/git/biscuit.nix
../../pkgs/kitty/biscuit.nix
../../pkgs/neovim/biscuit.nix
../../pkgs/zsh/biscuit.nix
];
}
+5
View File
@@ -0,0 +1,5 @@
{...}: {
imports = [
../../pkgs/hyprland/biscuit.nix
];
}