Switch desktop over to unstable until 22.11
This commit is contained in:
parent
66a24f34f5
commit
12277464cb
|
@ -129,6 +129,7 @@
|
||||||
# Real systems
|
# Real systems
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
levitation = makeNixosSystem {
|
levitation = makeNixosSystem {
|
||||||
|
ourNixpkgs = nixpkgs-unstable;
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
hostName = "levitation";
|
hostName = "levitation";
|
||||||
extraModules = [
|
extraModules = [
|
||||||
|
|
|
@ -62,7 +62,8 @@
|
||||||
# Desktop telegram client
|
# Desktop telegram client
|
||||||
tdesktop
|
tdesktop
|
||||||
# Desktop mastodon client
|
# Desktop mastodon client
|
||||||
tootle
|
# TODO: Reenable when unbroken on unstable
|
||||||
|
# tootle
|
||||||
# zulip
|
# zulip
|
||||||
unstable.zulip
|
unstable.zulip
|
||||||
zulipWayland
|
zulipWayland
|
||||||
|
|
|
@ -20,10 +20,7 @@ in with lib; {
|
||||||
onBoot = "ignore";
|
onBoot = "ignore";
|
||||||
onShutdown = "shutdown";
|
onShutdown = "shutdown";
|
||||||
qemu = {
|
qemu = {
|
||||||
ovmf = {
|
ovmf = { enable = true; };
|
||||||
enable = true;
|
|
||||||
package = pkgs.OVMFFull;
|
|
||||||
};
|
|
||||||
runAsRoot = true;
|
runAsRoot = true;
|
||||||
swtpm.enable = true;
|
swtpm.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -50,8 +50,7 @@ in with lib; {
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
# Enable QT themeing
|
qt5.platformTheme = "qt5ct";
|
||||||
programs.qt5ct.enable = true;
|
|
||||||
# Enable and configure sway itself
|
# Enable and configure sway itself
|
||||||
programs.sway = {
|
programs.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue