diff options
author | tzlil <tzlils@protonmail.com> | 2023-03-30 10:46:52 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-03-30 10:46:52 +0300 |
commit | fbbd1a6ee7cb8f4a221b9ec77f714778eb4ae7f4 (patch) | |
tree | fa37905011a2402f1787831043fe2180269607f0 /hosts/vm | |
parent | f93700b22836af7e92108c697f4638bca433b87e (diff) |
cleanup, fmt, work on emacs, start hydrus booru integration
Diffstat (limited to 'hosts/vm')
-rw-r--r-- | hosts/vm/cfg.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/vm/cfg.nix b/hosts/vm/cfg.nix index 5c47612..79f00c4 100644 --- a/hosts/vm/cfg.nix +++ b/hosts/vm/cfg.nix @@ -84,15 +84,15 @@ hardware.opengl = { enable = true; - extraPackages = with pkgs; [ rocm-opencl-icd rocm-opencl-runtime ]; + extraPackages = with pkgs; [rocm-opencl-icd rocm-opencl-runtime]; driSupport = true; driSupport32Bit = true; }; greeter.initialSession = "env WLR_RENDERER=pixman ${pkgs.sway.out}/bin/sway"; # home-manager.users.tzlil.wayland.windowManager.sway.config.input."type:keyboard".xkb_variant = lib.mkForce ""; - + # nice to work with - security.sudo.wheelNeedsPassword = false; + security.sudo.wheelNeedsPassword = false; }; } |