Skip to content

Commit c2cfd4f

Browse files
cosmic: Add an x1 target to trial cosmic desktop
This change enables a target for the cosmic desktop. Based on the x1 hardware just for quick evaluations. Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
1 parent f105bda commit c2cfd4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

targets/laptop/flake-module.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,16 @@ let
127127
};
128128
}
129129
]))
130+
(laptop-configuration "lenovo-x1-gen11-cosmic" "debug" (withCommonModules [
131+
self.nixosModules.hardware-lenovo-x1-carbon-gen11
132+
{
133+
ghaf = {
134+
reference.profiles.mvp-user-trial.enable = true;
135+
partitioning.disko.enable = true;
136+
profiles.graphics.compositor = "cosmic";
137+
};
138+
}
139+
]))
130140

131141
# Laptop Release configurations
132142
(laptop-configuration "lenovo-x1-carbon-gen10" "release" (withCommonModules [

0 commit comments

Comments
 (0)