meow
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user