fix desktop config

This commit is contained in:
mjallen18
2024-02-27 15:00:10 -06:00
parent cd4a68b513
commit 872b36becf
5 changed files with 44 additions and 37 deletions

View File

@@ -22,7 +22,7 @@ in
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../../cachix/cachix.nix
# ../../cachix/cachix.nix
../default.nix
];
@@ -126,6 +126,10 @@ in
'';
wantedBy = [ "multi-user.target" ];
after = [ "NetworkManager.target" ];
serviceConfig = {
Type="oneshot";
RemainAfterExit=true;
};
};
# Networking configs
@@ -219,17 +223,20 @@ in
mangohud
goverlay
heroic
python3
virt-manager
orca-slicer
];
# Force radv
variables.AMD_VULKAN_ICD = "RADV";
# variables.AMD_VULKAN_ICD = "RADV";
};
# Configure programs
programs = {
fish.enable = true;
java.enable = true;
corectrl.enable = true;
# corectrl.enable = true;
# Steam
steam = {