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;
[
### Dev Tools ###
arduino-ide
bat
deploy-rs
fd
fritzing
fzf
nixfmt-rfc-style
nix-init

View file

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