remove hyprland from home manager

+ enable a bunch of programs and uninstall a few programs + fix mpd
This commit is contained in:
2026-06-25 21:24:18 +02:00
parent 64c156021a
commit bed947d4d9
2 changed files with 14 additions and 14 deletions
+3 -4
View File
@@ -6,15 +6,14 @@ in
home.homeDirectory = "/home/user";
home.packages = with pkgs; [
hyprland
fzf
eza
nnn
];
wayland.windowManager.hyprland = {
enable = true;
};
# wayland.windowManager.hyprland = {
# enable = true;
# };
gtk = {
enable = true;