Added: Qemu Host

This commit is contained in:
2025-04-05 15:13:04 +02:00
parent d9d0c50d20
commit e8c5e14dc3
3 changed files with 15 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, username, ... }: {
{ pkgs, username, lib, ... }: {
/*services.greetd = {
enable = true;
settings = {
@@ -36,15 +36,15 @@
GTK = {
application_prefer_dark_theme = true;
cursor_theme_name = "Adwaita";
font_name = "FiraCodeNerdFontPropo 12";
icon_theme_name = "materialdesignicons";
font_name = lib.mkForce "FiraCodeNerdFontPropo 12";
icon_theme_name = lib.mkForce "materialdesignicons";
theme_name = "Adwaita";
};
commands = {
reboot = ["systemctl", "reboot"];
poweroff = ["systemctl", "poweroff"];
x11_prefix = [ "startx", "/usr/bin/env" ];
reboot = ["systemctl" "reboot"];
poweroff = ["systemctl" "poweroff"];
x11_prefix = [ "startx" "/usr/bin/env" ];
};
appearance = {