mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
dont include alacritty by default
This commit is contained in:
parent
1ccc5afb40
commit
b94155d641
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ with lib;
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
|
|
||||||
sconfig = {
|
sconfig = {
|
||||||
alacritty.enable = true;
|
|
||||||
security-tools = true;
|
security-tools = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue