upd
This commit is contained in:
@@ -44,6 +44,8 @@ in
|
||||
|
||||
consoleLogLevel = 3;
|
||||
bootspec.enable = true;
|
||||
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ]; # --argstr system aarch64-linux
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgsVersion; [
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
desktop = {
|
||||
hyprland = {
|
||||
enable = true;
|
||||
wallpaperSource = "nasa";
|
||||
wallpaperSource = "bing";
|
||||
};
|
||||
gnome.enable = false;
|
||||
};
|
||||
@@ -78,7 +78,6 @@
|
||||
cosmic.enable = lib.mkForce true;
|
||||
hyprland = {
|
||||
enable = lib.mkForce false;
|
||||
wallpaperSource = "nasa";
|
||||
};
|
||||
gnome.enable = lib.mkForce false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user