cosmic?
This commit is contained in:
@@ -7,20 +7,20 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./jovian.nix
|
# ./jovian.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
${namespace} = {
|
${namespace} = {
|
||||||
hardware.disko.enable = true;
|
hardware.disko.enable = true;
|
||||||
impermanence.enable = true;
|
impermanence.enable = true;
|
||||||
boot.systemd-boot.enable = true;
|
boot.lanzaboote.enable = true;
|
||||||
bootloader.lanzaboote.enable = false;
|
bootloader.lanzaboote.enable = false;
|
||||||
desktop.gnome.enable = true;
|
desktop.cosmic.enable = true;
|
||||||
user = {
|
user = {
|
||||||
name = "deck";
|
name = "matt";
|
||||||
};
|
};
|
||||||
network = {
|
network = {
|
||||||
hostName = "steamdeck";
|
hostName = "allyx";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user