feat: move to ly
move to ly DM in order to fix the annoying xdg-desktop-portal
This commit is contained in:
@@ -43,10 +43,7 @@
|
||||
PATH = "/home/${username}/bin:$PATH";
|
||||
};
|
||||
profileExtra = ''
|
||||
if [ `tty` = "/dev/tty1" -a $XDG_RUNTIME_DIR ]; then
|
||||
echo 'Starting Niri...'
|
||||
exec uwsm start niri-uwsm.desktop
|
||||
elif [ `tty` = "/dev/tty6" ]; then
|
||||
if [ `tty` = "/dev/tty6" ]; then
|
||||
clear
|
||||
fi
|
||||
'';
|
||||
@@ -94,10 +91,7 @@
|
||||
autologin = {
|
||||
enable = true;
|
||||
user = username;
|
||||
ttys = [
|
||||
1
|
||||
6
|
||||
];
|
||||
ttys = [ 6 ];
|
||||
};
|
||||
|
||||
gpg.enable = true;
|
||||
@@ -168,7 +162,10 @@
|
||||
".android"
|
||||
"Android"
|
||||
|
||||
".ssh"
|
||||
{
|
||||
directory = ".ssh";
|
||||
mode = "0700";
|
||||
}
|
||||
|
||||
"bin"
|
||||
"workspace"
|
||||
|
||||
Reference in New Issue
Block a user