Compare commits

..

4 Commits

Author SHA1 Message Date
da64f0cc9a Adding virt manager. 2024-02-24 12:58:54 +01:00
c19fe6ad0b Enable for gamescope 2024-02-24 12:58:42 +01:00
1f87c0fe70 Add nvidia-offload cmd gen. 2024-02-24 12:58:32 +01:00
111c6c52d9 Replace discord with webcord 2024-02-24 12:58:18 +01:00
3 changed files with 16 additions and 2 deletions

View File

@ -33,7 +33,7 @@
librewolf # Nice privacy browser
thunderbird # Nice mail client
qutebrowser # Nice browser in general
discord # Fuck the fact I have to use it
webcord-vencord # Fuck the fact I have to use it
keepassxc # Best password manager
buku # Nice bookmark manager
bukubrow # Nice bookmark manager browser support
@ -95,4 +95,12 @@
# 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,6 +124,7 @@
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
gamescopeSession.enable = true;
};
# List packages installed in system profile.
@ -189,7 +190,7 @@
users.users.crony = {
isNormalUser = true;
description = "Crony";
extraGroups = [ "networkmanager" "wheel" "video" "input" "audio" ];
extraGroups = [ "networkmanager" "wheel" "video" "input" "audio" "libvirtd" ];
shell = pkgs.zsh;
};
@ -238,6 +239,10 @@
value = "1048576";
}];
# Enable virt manager
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
# DO NOT CHANGE
system.stateVersion = "23.11";

View File

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