Remove everything from nix flake

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-07-26 15:18:30 +02:00
parent ab0d3e116a
commit f172fac2a3
@@ -9,35 +9,4 @@ in
hyprFlake.homeManagerModules.default hyprFlake.homeManagerModules.default
]; ];
home.packages = with pkgs; [
wofi
grim
swaynotificationcenter
swaylock
hyprpaper
lxsession
hyprshot
wayvnc
pamixer
pavucontrol
brightnessctl
python313Packages.requests
networkmanagerapplet
];
wayland = {
windowManager = {
hyprland = {
enable = true;
xwayland.enable = true;
configType = "lua";
extraConfig = "";
};
};
};
programs.waybar = {
enable = true;
};
} }