Remove my i3 configuration as I've been using dwm as my daily driver for a few weeks.
13 lines
183 B
Nix
13 lines
183 B
Nix
{
|
|
imports = [
|
|
./features/cli
|
|
./features/desktop
|
|
./features/gaming.nix
|
|
./features/homelab
|
|
./fonts.nix
|
|
./rofi.nix
|
|
./rsnapshot.nix
|
|
./xbanish.nix
|
|
];
|
|
}
|