Compare commits

..

No commits in common. "6a885605b2a7e49254b2ddd7871581983633be02" and "445e0269d86d184e9ca1cf1c0f10c4c5785fc459" have entirely different histories.

View file

@ -48,11 +48,6 @@
# No need for firewall, since this machine is always at home # No need for firewall, since this machine is always at home
networking.firewall.enable = false; networking.firewall.enable = false;
# ROCm support
hardware.graphics.extraPackages = with pkgs; [
rocmPackages.clr.icd
];
hyprland = hyprland =
let let
mod = "SUPER"; mod = "SUPER";
@ -143,7 +138,6 @@
kdePackages.kate kdePackages.kate
kdePackages.dolphin kdePackages.dolphin
kdePackages.ark kdePackages.ark
kdePackages.filelight
rustup rustup
gcc gcc
prismlauncher prismlauncher
@ -154,9 +148,6 @@
vlc vlc
feishin feishin
cachix cachix
torzu
jq
podman
]; ];
}; };