16 lines
282 B
Nix
Executable File
16 lines
282 B
Nix
Executable File
{ host, nixvim, self, inputs, username, config, home-manager, ... }: {
|
|
imports = [
|
|
./gtk.nix
|
|
./spicetify.nix
|
|
./stylixhome.nix
|
|
./userservices.nix
|
|
./starship.nix
|
|
./userpkgs.nix
|
|
./zsh
|
|
./fern
|
|
./swaync.nix
|
|
./hyprland.nix
|
|
./waybar.nix
|
|
];
|
|
}
|