Switched Kitty to the home-manager module
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./kitty
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# KDE specific packages
|
||||
kate
|
||||
kcalc
|
||||
kdePackages.kcolorpicker
|
||||
kdePackages.alpaka
|
||||
kitty
|
||||
];
|
||||
}
|
||||
|
||||
3
home/desktops/kde/kitty/default.nix
Normal file
3
home/desktops/kde/kitty/default.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
programs.kitty.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user