Switched Kitty to the home-manager module
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
|
imports = [
|
||||||
|
./kitty
|
||||||
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# KDE specific packages
|
# KDE specific packages
|
||||||
kate
|
kate
|
||||||
kcalc
|
kcalc
|
||||||
kdePackages.kcolorpicker
|
kdePackages.kcolorpicker
|
||||||
kdePackages.alpaka
|
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