dotfiles/home/apps/default.nix

26 lines
381 B
Nix
Raw Normal View History

2023-07-01 01:04:34 +02:00
{
imports = [
./browsers.nix
2023-07-13 08:45:39 +02:00
./colorscheme-sync.nix
2023-07-06 09:20:54 +02:00
./discord.nix
2023-07-01 01:04:34 +02:00
./fonts.nix
./git.nix
2024-02-23 00:30:07 +01:00
./gnome.nix
2023-07-01 01:04:34 +02:00
./gpg.nix
./gtk.nix
./hyprland.nix
2023-07-01 01:04:34 +02:00
./kubernetes.nix
./mail.nix
./media.nix
./neovim.nix
./newsboat.nix
./rice.nix
./sway.nix
./vscode.nix
2024-04-23 06:34:22 +02:00
./waybar.nix
2023-07-01 01:04:34 +02:00
./wezterm.nix
2024-04-23 06:34:40 +02:00
./zellij.nix
2023-07-01 01:04:34 +02:00
./zsh.nix
];
}