27 lines
311 B
Nix
Executable File
27 lines
311 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
|
|
./swaync.nix
|
|
./hyprland.nix
|
|
./waybar.nix
|
|
./zsh
|
|
./shed
|
|
./paperd
|
|
];
|
|
}
|