Compare commits
No commits in common. "987c3b6d1aba324c74f1e20dfd100c4694c55de3" and "a99cbecf4893c7175122d53977dd5248000d227a" have entirely different histories.
987c3b6d1a
...
a99cbecf48
@ -41,10 +41,10 @@
|
||||
# hardware.nvidia.package = lib.mkForce config.boot.kernelPackages.nvidiaPackages.production;
|
||||
hardware.nvidia.open = lib.mkForce false;
|
||||
|
||||
specialisation.hyprland.configuration = {
|
||||
system.nixos.tags = [ "Hyprland" ];
|
||||
specialisation.plasma.configuration = {
|
||||
system.nixos.tags = [ "Plasma" ];
|
||||
nixfiles = {
|
||||
session = "hyprland";
|
||||
session = "plasma";
|
||||
};
|
||||
};
|
||||
|
||||
@ -65,8 +65,7 @@
|
||||
};
|
||||
};
|
||||
common.remoteAccess.enable = true;
|
||||
# session = lib.mkDefault "hyprland";
|
||||
session = lib.mkDefault "plasma";
|
||||
session = lib.mkDefault "hyprland";
|
||||
hardware.nvidia.modesetting.enable = true;
|
||||
packageSets.gaming.enable = true;
|
||||
};
|
||||
|
@ -14,8 +14,8 @@ rustPlatform.buildRustPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "redlib-org";
|
||||
repo = "redlib";
|
||||
rev = "f03bdcf472d32d51a1093528071dc329b348379d";
|
||||
hash = "sha256-fbk0m20NpaUCWvH/l9hfmx+VKw4U3pkTkXdAeHL7bHs=";
|
||||
rev = "d17d097b12b227f2e783a05cbd1e37c80f9ebe0b";
|
||||
hash = "sha256-MT1FtRszFQuUMGaM4t0Zw+xOeMnK+kvG69SdyAbFB0A=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user