This commit is contained in:
2026-07-07 17:46:25 +01:00
parent 4ca03fde37
commit 903661935e
5 changed files with 42 additions and 13 deletions
+9 -5
View File
@@ -21,12 +21,16 @@
settings.user.email = "me@syedm.dev";
};
home.file.".xinitrc" = {
text = ''
exec dbus-run-session -- kutu.rb
'';
executable = true;
xsession = {
enable = true;
windowManager.command = "kutu.rb";
};
home.file.".xinitrc".text = ''
if [ -f ~/.xsession ]; then
exec ~/.xsession
fi
'';
home.stateVersion = "26.05";
}