This commit is contained in:
Kris
2026-03-28 22:37:08 +02:00
parent 8ed9bd9618
commit 46a34a6ef5
10 changed files with 23 additions and 30 deletions

View File

@@ -58,12 +58,6 @@ in {
openFirewall = false;
};
programs.virt-manager.enable = true;
users.groups.libvirtd.members = [ userName ];
virtualisation.libvirtd.enable = true;
# virtualisation.waydroid.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
networking.extraHosts = ''
# dont worry, i still don't like the guy
# but i need to community note roblox on how their moderation is still shit
@@ -279,6 +273,7 @@ in {
settings = {
General = {
disabledTrayIcon = true;
showDesktopNotification = false;
showStartupLaunchMessage = false;
savePath = "/home/kris/Pictures/Screenshots";
savePathFixed = true;

View File

@@ -14,8 +14,6 @@
(callPackage ./packages/nonnix-fonts.nix { })
];
environment.sessionVariables.LD_LIBRARY_PATH = "${pkgs.gcc15}/lib";
security.polkit.enable = true;
security.soteria.enable = true;
@@ -28,12 +26,6 @@
inputs.hyprlock.packages.${pkgs.stdenv.hostPlatform.system}.hyprlock
inputs.hyprsysteminfo.packages.${pkgs.stdenv.hostPlatform.system}.hyprsysteminfo
qemu
(writeShellScriptBin "qemu-system-x86_64-uefi" ''
qemu-system-x86_64 \
-bios ${OVMF.fd}/FV/OVMF.fd \
"$@"
'')
(writeShellScriptBin "regretevator" "xdg-open roblox://placeId=4972273297")
(writeShellScriptBin "kaijuparadise" "xdg-open roblox://placeId=6456351776")
(writeShellScriptBin "sewh" "xdg-open roblox://placeId=16991287194")