mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
enable alacritty
This commit is contained in:
parent
fc135fcbf3
commit
c02a1949bb
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ 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