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
|
||||
networking.firewall.enable = false;
|
||||
|
||||
# ROCm support
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
rocmPackages.clr.icd
|
||||
];
|
||||
|
||||
hyprland =
|
||||
let
|
||||
mod = "SUPER";
|
||||
|
@ -138,6 +143,7 @@
|
|||
kdePackages.kate
|
||||
kdePackages.dolphin
|
||||
kdePackages.ark
|
||||
kdePackages.filelight
|
||||
rustup
|
||||
gcc
|
||||
prismlauncher
|
||||
|
@ -148,6 +154,9 @@
|
|||
vlc
|
||||
feishin
|
||||
cachix
|
||||
torzu
|
||||
jq
|
||||
podman
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue