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