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