Files
nix-files/packages/default.nix~
2025-01-17 00:06:13 +01:00

16 lines
158 B
Nix

{ ... }:
{
imports = [
# ./ags
./other
./sway
./waybar
./wpaperd
./nvim
./emacs
./kitty
# ./hyprland
# ./vscode
];
}