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