Compare commits
2 commits
445e0269d8
...
6a885605b2
Author | SHA1 | Date | |
---|---|---|---|
6a885605b2 | |||
be8ece5edc |
1 changed files with 9 additions and 0 deletions
|
@ -48,6 +48,11 @@
|
||||||
# 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";
|
||||||
|
@ -138,6 +143,7 @@
|
||||||
kdePackages.kate
|
kdePackages.kate
|
||||||
kdePackages.dolphin
|
kdePackages.dolphin
|
||||||
kdePackages.ark
|
kdePackages.ark
|
||||||
|
kdePackages.filelight
|
||||||
rustup
|
rustup
|
||||||
gcc
|
gcc
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
@ -148,6 +154,9 @@
|
||||||
vlc
|
vlc
|
||||||
feishin
|
feishin
|
||||||
cachix
|
cachix
|
||||||
|
torzu
|
||||||
|
jq
|
||||||
|
podman
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue