Switch desktop over to unstable until 22.11

This commit is contained in:
Nathan McCarty 2022-11-04 02:29:59 -04:00
parent 66a24f34f5
commit 12277464cb
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
4 changed files with 5 additions and 7 deletions

View File

@ -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 = [

View File

@ -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

View File

@ -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;
}; };

View File

@ -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;