update term + vim colors, hyprland config, remove alacritty/kitty

This commit is contained in:
2025-05-20 17:59:40 +02:00
parent 65311be845
commit a7a3da24c2
7 changed files with 20 additions and 81 deletions
+9 -16
View File
@@ -24,31 +24,24 @@
];
wayland.windowManager.hyprland = {
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
xwayland.enable = true;
systemd = {
enable = true;
variables = [
"--all"
];
};
systemd.enable = true;
# Tell home-manager not to manage the config file
extraConfig = "";
};
lib.inputMethod.fcitx5.waylandFrontend = true;
programs = {
hyprlock = {
enable = true;
};
hyprlock.enable = true;
};
services = {
hyprpaper = {
enable = true;
};
hypridle = {
enable = true;
};
hyprpaper.enable = true;
hypridle.enable = true;
};
}