This commit is contained in:
William 2025-04-22 17:25:05 -03:00
parent adb193241c
commit 3d48dca551
2 changed files with 0 additions and 4 deletions

View file

@ -68,11 +68,9 @@
with pkgs; with pkgs;
[ [
### Dev Tools ### ### Dev Tools ###
arduino-ide
bat bat
deploy-rs deploy-rs
fd fd
fritzing
fzf fzf
nixfmt-rfc-style nixfmt-rfc-style
nix-init nix-init

View file

@ -8,6 +8,4 @@
}; };
graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ]; graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];
}; };
systemd.targets.hibernate.enable = false; # disable non-functional hibernate
} }