cleaned up

This commit is contained in:
biscuit
2025-05-21 11:20:30 -05:00
parent fda9681b84
commit 477b592b06
7 changed files with 5 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
{...}: {
imports = [
../../pkgs/hyprland/default.nix
../../pkgs/ags/default.nix
../../pkgs/swww/default.nix
../../pkgs/waybar/default.nix
../../pkgs/wofi/default.nix
];
}
+11
View File
@@ -0,0 +1,11 @@
{...}: {
imports = [
../../pkgs/fastfetch/default.nix
../../pkgs/git/default.nix
../../pkgs/kitty/default.nix
../../pkgs/neovim/default.nix
../../pkgs/fish/default.nix
../../pkgs/starship/default.nix
# ../../pkgs/zsh/default.nix
];
}
+5
View File
@@ -0,0 +1,5 @@
{...}: {
imports = [
../../pkgs/btop/default.nix
];
}