Remove alacritty fake
This commit is contained in:
parent
019f1e9b62
commit
a9688167ec
2 changed files with 0 additions and 34 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,28 +1,9 @@
|
|||
{
|
||||
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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue