This commit is contained in:
Isshi0417 2024-07-14 01:07:02 +09:00
parent e3bba1900f
commit bf0ab76632
3 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@
imports = [ imports = [
./git ./git
./qt/retro ./qt/retro
./shell
]; ];
# Allow Unfree # Allow Unfree

View File

@ -3,6 +3,5 @@
{ {
imports = [ imports = [
./kitty ./kitty
./shell
]; ];
} }