summaryrefslogtreecommitdiff
path: root/modules/packages/niri/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'modules/packages/niri/hosts')
-rw-r--r--modules/packages/niri/hosts/tiamat.nix30
1 files changed, 29 insertions, 1 deletions
diff --git a/modules/packages/niri/hosts/tiamat.nix b/modules/packages/niri/hosts/tiamat.nix
index 859968d..47b25de 100644
--- a/modules/packages/niri/hosts/tiamat.nix
+++ b/modules/packages/niri/hosts/tiamat.nix
@@ -46,7 +46,7 @@
inherit pkgs;
inherit lib;
inherit config;
- noctalia-shell = self'.packages.noctalia-shell;
+ noctalia-shell = self'.packages.tiamat-noctalia-shell;
})
{
config.settings.extraConfig = ''
@@ -55,6 +55,34 @@
scale 1.67
variable-refresh-rate
}
+ workspace "w0" {
+ open-on-output "eDP-1"
+ }
+ workspace "w1" {
+ open-on-output "eDP-1"
+ }
+ workspace "w2" {
+ open-on-output "eDP-1"
+ }
+ workspace "w3" {
+ open-on-output "eDP-1"
+ }
+ workspace "w4" {
+ open-on-output "eDP-1"
+ }
+ workspace "w5" {
+ open-on-output "eDP-1"
+ }
+ workspace "w6" {
+ open-on-output "eDP-1"
+ }
+ workspace "w7" {
+ open-on-output "eDP-1"
+ }
+ workspace "w8" {
+ }
+ workspace "w9" {
+ }
'';
}
];