zaneyos/config/home/default.nix

24 lines
378 B
Nix
Raw Normal View History

2024-01-24 10:05:52 +01:00
{ pkgs, config, ... }:
{
imports = [
# Enable &/ Configure Programs
./bash.nix
./gtk-qt.nix
./hyprland.nix
./kdenlive.nix
./kitty.nix
./neofetch.nix
2024-01-24 10:05:52 +01:00
./packages.nix
./rofi.nix
./starship.nix
./style1-waybar.nix
./style2-waybar.nix
./swaylock.nix
./swaync.nix
2024-01-24 10:05:52 +01:00
# Place Home Files Like Pictures
./files.nix
];
}