Merge pull request #2 from cnsta/adampad

adampad branch fixes
This commit is contained in:
cnsta
2024-08-02 13:57:23 +02:00
committed by GitHub
4 changed files with 19 additions and 62 deletions

View File

@@ -76,6 +76,7 @@
./adampad
"${mod}/core/boot.nix"
"${mod}/core/network/adampad.nix"
"${mod}/core/boot.nix"
"${mod}/hardware/adampad.nix"

View File

@@ -5,11 +5,11 @@
# AUTOLOGIN
# initial_session = {
# command = "${pkgs.hyprland}/bin/Hyprland";
# user = "cnst";
# user = "adam";
# };
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet -r --remember-session --asterisks";
user = "cnst";
user = "adam";
};
};
};