mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:36:13 +01:00
split into multiple files, added dwm
This commit is contained in:
12
home-manager/features/desktop/dwm/default.nix
Normal file
12
home-manager/features/desktop/dwm/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
rofi
|
||||
dmenu
|
||||
st
|
||||
];
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user