Kde: enable kate
This commit is contained in:
parent
76630bb781
commit
31d1018267
2 changed files with 9 additions and 0 deletions
|
|
@ -4,5 +4,6 @@
|
|||
imports = [
|
||||
./plasma.nix
|
||||
./sddm.nix
|
||||
./kate.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
8
roles/kde/kate.nix
Normal file
8
roles/kde/kate.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.toast = { config, pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.kate ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue