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

View File

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