Remove alacritty fake

This commit is contained in:
Tibo De Peuter 2023-10-17 23:14:45 +02:00
parent 53dc4ac09f
commit 31a67135ea
2 changed files with 0 additions and 34 deletions

View file

@ -1,15 +0,0 @@
{ inputs, lib, config, pkgs, ... }:
{
home-manager.users.tdpeuter = { pkgs, ... }: {
home = {
packages = with pkgs; [
alacritty
];
file = {
".config/alacritty".source = ../../../../stow/alacritty/.config/alacritty;
};
};
};
}

View file

@ -1,28 +1,9 @@
{ {
imports = [ imports = [
./alacritty
./firefox ./firefox
./kitty ./kitty
./steam ./steam
./thunderbird ./thunderbird
# ./virtualbox # ./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
];
};
} }