mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +01:00
29 lines
451 B
Nix
29 lines
451 B
Nix
{ pkgs, config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
# Enable &/ Configure Programs
|
|
./alacritty.nix
|
|
./bash.nix
|
|
./gtk-qt.nix
|
|
./hyprland.nix
|
|
./kdenlive.nix
|
|
./kitty.nix
|
|
./neofetch.nix
|
|
./neovim.nix
|
|
./packages.nix
|
|
./rofi.nix
|
|
./starship.nix
|
|
./waybar.nix
|
|
./wlogout.nix
|
|
./swappy.nix
|
|
./swaylock.nix
|
|
./swaync.nix
|
|
./wezterm.nix
|
|
./zsh.nix
|
|
|
|
# Place Home Files Like Pictures
|
|
./files.nix
|
|
];
|
|
}
|