changes to nvim and kde

This commit is contained in:
Sean Kovacs 2025-11-23 13:25:59 -05:00
commit b977829277
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 41 additions and 1 deletions

View file

@ -44,6 +44,7 @@
environment.sessionVariables = rec {
NIXOS_OZONE_WL = "1";
EDITOR = "nvim";
TERMINAL = "kitty";
};
boot = {
@ -157,6 +158,12 @@
firefoxpwa
distrobox
];
plasma6.excludePackages = with pkgs.kdePackages; [
elisa
konsole
khelpcenter
];
};
programs.gnupg.agent = {