initial commit

This commit is contained in:
2024-12-31 04:29:58 -05:00
commit 69ed9b2d4d
41 changed files with 4509 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
config,
pkgs,
...
}: {
programs.home-manager.enable = true;
imports = [
./alacritty/default.nix
./zsh/default.nix
./bspwm/default.nix
./cmus/default.nix
# ./nitrogen/defualt.nix
./rofi/default.nix
./sxhkd/default.nix
./bspwm/default.nix
./xbindkeys/default.nix
];
}