Skip to content

Commit 364b787

Browse files
committed
feat(norion): update desktop configuration to use DMS with enhanced settings
1 parent ca35b1e commit 364b787

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

mix/default.nix

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,22 @@
114114
norion = {
115115
user = "toph";
116116
ip = "10.2.2.4";
117-
desktop.gnome.enable = true;
117+
desktop = {
118+
niri = {
119+
enable = true;
120+
default = true;
121+
dms = {
122+
includeBinds = true;
123+
includeColors = true;
124+
includeLayout = true;
125+
includeOutputs = true;
126+
includeRecents = true;
127+
includeWpblur = true;
128+
};
129+
};
130+
};
118131
greeter = {
119-
type = "gdm";
132+
type = "dms";
120133
autoLogin = true;
121134
};
122135
mounts = {

0 commit comments

Comments
 (0)