Kde: move kate.nix into programs folder

This commit is contained in:
Toast 2023-08-13 11:43:14 +02:00
parent fcd583a063
commit 7d96e010ed
3 changed files with 8 additions and 1 deletions

View file

@ -4,6 +4,6 @@
imports = [
./plasma.nix
./sddm.nix
./kate.nix
./programs
];
}

View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./kate.nix
];
}