[NixOS] Add quill to minimal

This commit is contained in:
Ivan Malison 2021-07-05 11:42:19 -06:00
parent 23efabe6c6
commit 45814e6fc3
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{
imports =
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
../configuration.nix
../minimal.nix
];
system.stateVersion = "20.03";

View File

@ -181,6 +181,7 @@
librsvg
ic-keysmith
quill
];
programs.zsh.enable = true;