mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +01:00
26 lines
416 B
Nix
26 lines
416 B
Nix
{ pkgs, config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
# Enable &/ Configure Programs
|
|
./style1-waybar.nix
|
|
./style2-waybar.nix
|
|
./swaync.nix
|
|
./swaylock.nix
|
|
./starship.nix
|
|
./neofetch.nix
|
|
./hyprland.nix
|
|
./kitty.nix
|
|
./rofi.nix
|
|
./vim.nix
|
|
./bash.nix
|
|
./gtk-qt.nix
|
|
|
|
# Install Programs & Scripts For User
|
|
./packages.nix
|
|
|
|
# Place Home Files Like Pictures
|
|
./files.nix
|
|
];
|
|
}
|