From 30b7370d811cfaf7a1212871930ff11346537d59 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 1 Feb 2026 11:42:48 -0500 Subject: [PATCH] ml tool support --- configuration.nix | 29 +++++++++++++++-------------- hardware-configuration.nix | 5 +++++ 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/configuration.nix b/configuration.nix index d6684ca..5c413ec 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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" diff --git a/hardware-configuration.nix b/hardware-configuration.nix index b9b42fd..46bf244 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -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";