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