disko upd
This commit is contained in:
@@ -28,7 +28,10 @@
|
||||
${namespace} = {
|
||||
impermanence.enable = true;
|
||||
hardware = {
|
||||
disko.enable = true;
|
||||
disko = {
|
||||
enable = true;
|
||||
enableFirmware = true;
|
||||
};
|
||||
raspberry-pi = {
|
||||
enable = true;
|
||||
variant = "4";
|
||||
|
||||
@@ -27,7 +27,10 @@
|
||||
# ###################################################
|
||||
|
||||
hardware = {
|
||||
disko.enable = true;
|
||||
disko = {
|
||||
enable = true;
|
||||
enableFirmware = true;
|
||||
};
|
||||
raspberry-pi = {
|
||||
enable = true;
|
||||
variant = "5";
|
||||
|
||||
@@ -70,4 +70,19 @@
|
||||
EDITOR = "${lib.getExe' pkgs.vscodium "codium"} --wait";
|
||||
VISUAL = "${lib.getExe' pkgs.vscodium "codium"} --wait";
|
||||
};
|
||||
|
||||
specialisation = {
|
||||
"cosmic".configuration = {
|
||||
${namespace} = {
|
||||
desktop = {
|
||||
cosmic.enable = lib.mkForce true;
|
||||
hyprland = {
|
||||
enable = lib.mkForce false;
|
||||
wallpaperSource = "nasa";
|
||||
};
|
||||
gnome.enable = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user