zaneyos/config/home/default.nix

28 lines
447 B
Nix
Raw Normal View History

2024-01-24 10:05:52 +01:00
{ pkgs, config, ... }:
{
imports = [
# Enable &/ Configure Programs
./alacritty.nix
2024-01-24 10:05:52 +01:00
./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
./swappy.nix
./swaylock.nix
./swaync.nix
./wezterm.nix
2024-02-09 03:51:04 +01:00
./zsh.nix
2024-01-24 10:05:52 +01:00
# Place Home Files Like Pictures
./files.nix
];
}