Files
nixcfg/users/configs/desktop/default.nix

11 lines
126 B
Nix

{config, ...}: {
imports = [
# ./i3
# ./i3status-rust
# ./polybar
./hyprland
./waybar
./tofi
];
}