ml tool support

This commit is contained in:
2026-02-01 11:42:48 -05:00
parent 1ba23b4371
commit 30b7370d81
2 changed files with 20 additions and 14 deletions

View File

@@ -60,24 +60,24 @@
enable = true;
settings = {
general = {
gaps_in = 5;
gaps_out = 20;
gaps_in = 0;
gaps_out = 0;
border_size = 2;
};
decoration = {
rounding = 10;
active_opacity = 0.9;
inactive_opacity = 0.8;
blur = {
enabled = true;
size = 10;
passes = 3;
vibrancy = 1;
new_optimizations = true;
ignore_opacity = true;
noise = 0;
brightness = 0.9;
};
# active_opacity = 0.9;
# inactive_opacity = 0.8;
# blur = {
# enabled = true;
# size = 10;
# passes = 3;
# vibrancy = 1;
# new_optimizations = true;
# ignore_opacity = true;
# noise = 0;
# brightness = 0.9;
# };
};
misc = {
key_press_enables_dpms = true;
@@ -93,6 +93,7 @@
",F4, exec, rofi -show combi -combi-modes 'drun,filebrowser'"
"$mainMod, A, togglesplit"
", PRINT, exec, hyprshot -m region --clipboard-only"
"$mainMod, N, exec, codium ~/etc/nixos/configuratiuon.nix"
# Move between windows
"$mainMod, h, movefocus, l"

View File

@@ -46,6 +46,11 @@
rocmPackages.clr.icd # Enables OpenCL support for AMD
];
};
# This helps the drivers find the hardware
systemd.tmpfiles.rules = [
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
];
fileSystems."/" =
{ device = "/dev/disk/by-label/NIXROOT";