split into multiple files, added dwm

This commit is contained in:
2024-04-19 19:09:26 +02:00
parent f6eb31a26b
commit 96d2193856
11 changed files with 322 additions and 429 deletions

View File

@@ -0,0 +1,12 @@
{
lib,
config,
pkgs,
...
}: {
home.packages = with pkgs; [
rofi
dmenu
st
];
}

View File

@@ -19,7 +19,7 @@
# You can also split up your configuration and import pieces of it here:
# ./nvim.nix
./features/cli
./features/desktop/hyprland
./features/desktop/dwm
./features/kitty.nix
./features/neovim.nix
];
@@ -85,8 +85,6 @@
kitty
kitty-themes
hyprland
# > tools <
rofi
git