added alacritty

This commit is contained in:
Rouven Seifert 2022-12-19 17:06:01 +01:00
parent d585030b4d
commit 5b65fc5c56
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 72 additions and 3 deletions

View file

@ -4,6 +4,7 @@
imports =
[
./vifm
./alacritty
];
home.username = "rouven";
home.homeDirectory = "/home/rouven";
@ -32,7 +33,6 @@
# sound
pavucontrol
yadm
# bluetooth
blueman
@ -276,8 +276,6 @@
enable = true;
};
home.stateVersion = "22.11";
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
}