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