impl single-gpu-passthru

This commit is contained in:
zack 2025-01-13 17:07:11 -05:00
parent a8219d7148
commit 82c3c45428
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
8 changed files with 312 additions and 130 deletions

View file

@ -18,8 +18,8 @@ in {
package = pkgs.rofi;
# Basic configuration
terminal = "ghostty";
font = "Lexend Medium 16px";
terminal = "kitty";
font = "Cantarell";
extraConfig = {
modi = "drun";
@ -138,7 +138,7 @@ in {
cursor = mkLiteral "inherit";
"vertical-align" = mkLiteral "0.5";
"horizontal-align" = mkLiteral "0.0";
font = mkLiteral ''"Lexend Medium 16px"'';
font = mkLiteral ''"Cantarell 16px"'';
};
};
};