zaneyos/config/home/default.nix

30 lines
468 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
./neovim.nix
2024-01-24 10:05:52 +01:00
./packages.nix
./rofi.nix
./starship.nix
./waybar.nix
2024-02-24 19:19:28 +01:00
./wlogout.nix
./swappy.nix
./swaylock.nix
./swaync.nix
./wezterm.nix
2024-03-11 21:34:37 +01:00
./zeroad.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
];
}