This commit is contained in:
2026-06-29 23:30:19 +01:00
parent 8742e5a58f
commit 8f311cc4ba
6 changed files with 159 additions and 140 deletions
+7 -4
View File
@@ -52,13 +52,16 @@
users.users.doloro = {
shell = pkgs.fish;
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
extraGroups = [ "libvirtd" ];
extraGroups = [
"libvirtd"
"gamemode"
];
};
virtualisation.libvirtd.enable = true;
virtualisation.libvirtd.enable = false;
# virtualisation.waydroid.enable = true;
# # Newer kernel versions may need
# virtualisation.waydroid.package = pkgs.waydroid-nftables;
programs.virt-manager.enable = true;
programs.virt-manager.enable = false;
};
homeManager =
{
@@ -76,7 +79,7 @@
"hyprctl dispatch workspace 2" # shit solution to get quickshell on the right monitor
];
workspace = [
"name:2, monitor:DP-3"
"name:2, monitor:DP-2"
];
input = {
kb_layout = "gb";