Revert "feat: move to ly"

This reverts commit ece19eadb8.
This commit is contained in:
2025-05-04 10:14:54 +08:00
parent ece19eadb8
commit ba30d87ef4
5 changed files with 30 additions and 34 deletions

View File

@@ -43,7 +43,10 @@
PATH = "/home/${username}/bin:$PATH";
};
profileExtra = ''
if [ `tty` = "/dev/tty6" ]; then
if [ `tty` = "/dev/tty1" -a $XDG_RUNTIME_DIR ]; then
echo 'Starting Niri...'
exec uwsm start niri-uwsm.desktop
elif [ `tty` = "/dev/tty6" ]; then
clear
fi
'';
@@ -91,7 +94,10 @@
autologin = {
enable = true;
user = username;
ttys = [ 6 ];
ttys = [
1
6
];
};
gpg.enable = true;
@@ -162,10 +168,7 @@
".android"
"Android"
{
directory = ".ssh";
mode = "0700";
}
".ssh"
"bin"
"workspace"