Compare commits
3 Commits
62b02e96e0
...
c931983717
Author | SHA1 | Date | |
---|---|---|---|
|
c931983717 | ||
|
e488b0212d | ||
|
02d584c129 |
@@ -60,6 +60,9 @@
|
||||
hardware.amdgpu.initrd.enable = true;
|
||||
hardware.amdgpu.opencl.enable = true;
|
||||
hardware.amdgpu.amdvlk.enable = true;
|
||||
environment.sessionVariables = {
|
||||
VK_ICD_FILENAMES = "/run/opengl-driver/share/vulkan/icd.d/radeon_icd.x86_64.json"; # fix for godot
|
||||
};
|
||||
|
||||
# makes disk io not freeze the computer
|
||||
services.udev.extraRules = ''
|
||||
@@ -71,8 +74,8 @@
|
||||
rocmEnv = pkgs.symlinkJoin {
|
||||
name = "rocm-combined";
|
||||
paths = with pkgs.rocmPackages; [
|
||||
#rocblas
|
||||
#hipblas
|
||||
rocblas
|
||||
hipblas
|
||||
clr
|
||||
];
|
||||
};
|
||||
|
@@ -114,6 +114,7 @@ in
|
||||
"alacritty --class scratch_numbat -e numbat"
|
||||
"alacritty --class scratch_btm -e btm"
|
||||
"element-desktop"
|
||||
"sleep 5 && hyprctl keyword bind SUPER,S,exec,${spawnBrowser}"
|
||||
];
|
||||
|
||||
general = {
|
||||
@@ -231,7 +232,6 @@ in
|
||||
"SUPER,RETURN,exec,${term}"
|
||||
"SUPERSHIFT,RETURN,exec,${term} --class float_term"
|
||||
"SUPER,A,exec,${spawnEditor}"
|
||||
"SUPER,S,exec,${spawnBrowser}"
|
||||
"SUPERCTRL,S,exec,container-open"
|
||||
"SUPERCTRL,P,pin"
|
||||
"SUPER,code:47,exec,fuzzel"
|
||||
@@ -308,6 +308,7 @@ in
|
||||
"SUPER,P,exec,keepmenu"
|
||||
"SUPERSHIFT,P,exec,hyprprofile-dmenu"
|
||||
"SUPERCTRL,R,exec,phoenix refresh"
|
||||
"SUPER,S,exec,${spawnBrowser}"
|
||||
];
|
||||
|
||||
bindm = [
|
||||
@@ -766,6 +767,7 @@ backdrop = 0.0
|
||||
valign = center
|
||||
}
|
||||
'';
|
||||
services.hyprpolkitagent.enable = true;
|
||||
services.swayosd.enable = true;
|
||||
services.swayosd.topMargin = 0.5;
|
||||
home.file.".config/nwg-launchers/nwggrid/terminal".text = "alacritty -e";
|
||||
|
@@ -57,7 +57,7 @@ in {
|
||||
home.packages = with pkgs; [
|
||||
gnugrep gnused w3m
|
||||
bat eza bottom fd bc
|
||||
direnv nix-direnv
|
||||
direnv nix-direnv devenv
|
||||
];
|
||||
|
||||
programs.neovim = {
|
||||
|
Reference in New Issue
Block a user