move packages to programs/tools

This commit is contained in:
2024-10-19 15:00:01 +02:00
parent dfa623f370
commit 77a77ab51f
10 changed files with 26 additions and 66 deletions

View File

@@ -1,7 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
programs.kitty = {
shellIntegration.enableZshIntegration = true;
font = {

View File

@@ -1,5 +1,3 @@
{
...
}: {
{...}: {
programs.kitty.enable = true;
}