ml tool support
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user