Files
shed/modules/home/environment/default.nix
2024-11-02 17:12:00 -04:00

24 lines
274 B
Nix
Executable File

{
host,
nur,
nixvim,
self,
inputs,
username,
config,
home-manager,
...
}: {
imports = [
./gtk.nix
./spicetify.nix
./stylix.nix
./starship.nix
./userpkgs.nix
./zshell.nix
./swaync.nix
./hyprland.nix
./waybar.nix
];
}