nixos-config/modules/home/default.nix
2025-07-25 10:55:20 -04:00

14 lines
No EOL
179 B
Nix
Executable file

{ config, ... }:
{
imports = [
./bash.nix
./git.nix
./kitty.nix
./librewolf.nix
./plasma.nix
./spicetify.nix
./vesktop.nix
./vscodium.nix
];
}