sisyphus/nixos/modules/apps/default.nix
Tibo De Peuter 69f948a469 Add Kitty
Friendship ended with ALACRITTY
Now KITTY is my best friend
2023-10-11 20:56:57 +02:00

28 lines
510 B
Nix

{
imports = [
./alacritty
./firefox
./kitty
./steam
./thunderbird
# ./virtualbox
];
home-manager.users.tdpeuter = { pkgs, ... }: {
home.packages = with pkgs; [
brave
caprine-bin
discord
jellyfin-media-player
libreoffice-fresh
mattermost-desktop
nextcloud-client
obsidian
pinentry_qt
qalculate-gtk
spotify
zathura
zoom-us
];
};
}