12 lines
208 B
Nix
12 lines
208 B
Nix
{ pkgs, ...}: {
|
|
imports = [
|
|
./kitty.nix # Terminal
|
|
./hypridle.nix
|
|
./hyprlock.nix
|
|
./hyprpaper.nix
|
|
./waybar # Status Bar
|
|
../rofi # App Launcher
|
|
];
|
|
|
|
}
|