Compare commits
2 Commits
1d2fa7f3e6
...
258761152c
Author | SHA1 | Date | |
---|---|---|---|
258761152c | |||
6b56249b3d |
|
@ -43,6 +43,7 @@
|
||||||
bindsym Mod4+t split toggle
|
bindsym Mod4+t split toggle
|
||||||
|
|
||||||
bindsym Mod4+f fullscreen toggle
|
bindsym Mod4+f fullscreen toggle
|
||||||
|
bindsym Mod4+space floating toggle
|
||||||
|
|
||||||
set $ws1 "1"
|
set $ws1 "1"
|
||||||
set $ws2 "2"
|
set $ws2 "2"
|
||||||
|
|
|
@ -10,8 +10,18 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport = true;
|
driSupport = true;
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
|
extraPackages = [
|
||||||
|
pkgs.rocmPagkages.clr.icd
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# amd gpu
|
||||||
|
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||||
|
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||||
|
systemd.tmpfiles.rules = [
|
||||||
|
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
|
||||||
|
];
|
||||||
|
|
||||||
# [BOOT]
|
# [BOOT]
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user