Fixes
This commit is contained in:
+9
-5
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user