Compare commits
No commits in common. "49c89cc1abf3f3fac4dd759e6e239e9ea2b575b5" and "c66d58ae8f864b9697c5ec82d466443d337b9aa4" have entirely different histories.
49c89cc1ab
...
c66d58ae8f
7
flake.lock
generated
7
flake.lock
generated
@ -103,17 +103,16 @@
|
|||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1709132440,
|
"lastModified": 1709425896,
|
||||||
"narHash": "sha256-FJB10xJc7tlwhQJ0DA0XRdKuiMxbcBleqoEH+VHmdgU=",
|
"narHash": "sha256-r/Tsr+BfgaiJIWTwWrrxHzTmNGEIi8HzYDGO3kFJmx8=",
|
||||||
"owner": "hyprwm",
|
"owner": "hyprwm",
|
||||||
"repo": "Hyprland",
|
"repo": "Hyprland",
|
||||||
"rev": "4bc669f9331bb66ab30bd705d09f1239bc3e83ed",
|
"rev": "2a08f2ba84ead47bd13aae5797d0d71b2e11b612",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "hyprwm",
|
"owner": "hyprwm",
|
||||||
"repo": "Hyprland",
|
"repo": "Hyprland",
|
||||||
"rev": "4bc669f9331bb66ab30bd705d09f1239bc3e83ed",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# no inputs.nixpkgs.follows so i can use cachix
|
# no inputs.nixpkgs.follows so i can use cachix
|
||||||
hyprland.url = "github:hyprwm/Hyprland/4bc669f9331bb66ab30bd705d09f1239bc3e83ed";
|
hyprland.url = "github:hyprwm/Hyprland";
|
||||||
|
|
||||||
hyprwm-contrib = {
|
hyprwm-contrib = {
|
||||||
url = "github:hyprwm/contrib";
|
url = "github:hyprwm/contrib";
|
||||||
|
@ -31,21 +31,6 @@
|
|||||||
../../system # nixfiles modules
|
../../system # nixfiles modules
|
||||||
./nvidia-optimus.nix
|
./nvidia-optimus.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
specialisation.plasma.configuration = {
|
|
||||||
system.nixos.tags = [ "Plasma" ];
|
|
||||||
nixfiles = {
|
|
||||||
sessions.hyprland.enable = false;
|
|
||||||
sessions.plasma.enable = true;
|
|
||||||
};
|
|
||||||
services.xserver.displayManager.sddm.enable = lib.mkForce true;
|
|
||||||
services.xserver.displayManager.startx.enable = lib.mkForce false;
|
|
||||||
};
|
|
||||||
|
|
||||||
# who needs a display manager?
|
|
||||||
services.xserver.displayManager.sddm.enable = false;
|
|
||||||
services.xserver.displayManager.startx.enable = true;
|
|
||||||
|
|
||||||
nixfiles = {
|
nixfiles = {
|
||||||
profile.pc.enable = true;
|
profile.pc.enable = true;
|
||||||
common.remoteAccess.enable = true;
|
common.remoteAccess.enable = true;
|
||||||
@ -54,7 +39,7 @@
|
|||||||
gaming.enable = true;
|
gaming.enable = true;
|
||||||
fun.enable = true;
|
fun.enable = true;
|
||||||
};
|
};
|
||||||
sessions.hyprland.enable = lib.mkDefault true;
|
sessions.hyprland.enable = true;
|
||||||
sessions.hyprland.useFlake = true;
|
sessions.hyprland.useFlake = true;
|
||||||
sessions.plasma.enable = lib.mkDefault false;
|
sessions.plasma.enable = lib.mkDefault false;
|
||||||
programs = {
|
programs = {
|
||||||
|
@ -24,7 +24,7 @@ in
|
|||||||
nixfiles.meta.wayland = true;
|
nixfiles.meta.wayland = true;
|
||||||
|
|
||||||
services.xserver.displayManager.sddm = {
|
services.xserver.displayManager.sddm = {
|
||||||
enable = lib.mkDefault true;
|
enable = true;
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user