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