Compare commits

..

No commits in common. "da64f0cc9a849c52f47453114e1aae29c8ffcdc1" and "aae101a343a839fa76b780b578c83f317d98d6b1" have entirely different histories.

3 changed files with 2 additions and 16 deletions

View File

@ -33,7 +33,7 @@
librewolf # Nice privacy browser
thunderbird # Nice mail client
qutebrowser # Nice browser in general
webcord-vencord # Fuck the fact I have to use it
discord # Fuck the fact I have to use it
keepassxc # Best password manager
buku # Nice bookmark manager
bukubrow # Nice bookmark manager browser support
@ -95,12 +95,4 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
# Home manager settings
dconf.settings = {
"org/virt-manager/virt-manager/connections" = {
autoconnect = ["qemu:///system"];
uris = ["qemu:///system"];
};
};
}

View File

@ -124,7 +124,6 @@
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
gamescopeSession.enable = true;
};
# List packages installed in system profile.
@ -190,7 +189,7 @@
users.users.crony = {
isNormalUser = true;
description = "Crony";
extraGroups = [ "networkmanager" "wheel" "video" "input" "audio" "libvirtd" ];
extraGroups = [ "networkmanager" "wheel" "video" "input" "audio" ];
shell = pkgs.zsh;
};
@ -239,10 +238,6 @@
value = "1048576";
}];
# Enable virt manager
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
# DO NOT CHANGE
system.stateVersion = "23.11";

View File

@ -24,7 +24,6 @@
# Nvidia optimus prime settings
hardware.nvidia.prime = {
offload.enableOffloadCmd = true;
reverseSync.enable = true;
intelBusId = "PCI:5:0:0";
nvidiaBusId = "PCI:1:0:0";