mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
adding environment loginShellInit
This commit is contained in:
@@ -17,6 +17,8 @@
|
|||||||
zfs.package = pkgs.zfs_unstable;
|
zfs.package = pkgs.zfs_unstable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.loginShellInit = ''[[ "$(tty)" = "/dev/tty1" ]] && ${./gamescope.sh}'';
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "muninn";
|
hostName = "muninn";
|
||||||
hostId = "a43179c5";
|
hostId = "a43179c5";
|
||||||
@@ -36,7 +38,7 @@
|
|||||||
|
|
||||||
services = {
|
services = {
|
||||||
getty = {
|
getty = {
|
||||||
loginProgram = ./gamescope.sh;
|
# loginProgram = ./gamescope.sh;
|
||||||
autologinUser = "gaming";
|
autologinUser = "gaming";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user