diff --git a/hosts/dosei/configuration.nix b/hosts/dosei/configuration.nix index 05e4747..495b38c 100644 --- a/hosts/dosei/configuration.nix +++ b/hosts/dosei/configuration.nix @@ -34,6 +34,8 @@ development = true; creative = true; + wayland = true; + dataDrives = let main = "/data"; in { diff --git a/hosts/dosei/home/default.nix b/hosts/dosei/home/default.nix index d007a0b..472a97f 100644 --- a/hosts/dosei/home/default.nix +++ b/hosts/dosei/home/default.nix @@ -18,4 +18,6 @@ programs.git.includes = [ { path = config.sops.secrets."git/nordicsemi-maintenance-repos-config".path; } ]; -} \ No newline at end of file + + programs.waybar.settings.mainBar.output = [ "DP-1" ]; +}