Compare commits
2 Commits
1d2fa7f3e6
...
258761152c
Author | SHA1 | Date | |
---|---|---|---|
258761152c | |||
6b56249b3d |
|
@ -43,6 +43,7 @@
|
|||
bindsym Mod4+t split toggle
|
||||
|
||||
bindsym Mod4+f fullscreen toggle
|
||||
bindsym Mod4+space floating toggle
|
||||
|
||||
set $ws1 "1"
|
||||
set $ws2 "2"
|
||||
|
|
|
@ -10,8 +10,18 @@
|
|||
enable = true;
|
||||
driSupport = 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.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user