remove hyprland from home manager
+ enable a bunch of programs and uninstall a few programs + fix mpd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user