dosei: enable wayland

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-06 10:31:35 +01:00
parent 102df55379
commit 4e98f67748
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,8 @@
development = true;
creative = true;
wayland = true;
dataDrives = let
main = "/data";
in {

View File

@ -18,4 +18,6 @@
programs.git.includes = [
{ path = config.sops.secrets."git/nordicsemi-maintenance-repos-config".path; }
];
programs.waybar.settings.mainBar.output = [ "DP-1" ];
}