fix auto login
This commit is contained in:
parent
bb94e3632a
commit
79701acc77
5 changed files with 12 additions and 7 deletions
|
@ -37,11 +37,12 @@ in {
|
|||
|
||||
config = {
|
||||
home.sessionVariables = {
|
||||
SHELL = cfg.shell;
|
||||
EDITOR = cfg.editor;
|
||||
TERMINAL = cfg.terminal;
|
||||
BROWSER = cfg.browser;
|
||||
};
|
||||
|
||||
# home.shell = pkgs.${cfg.shell};
|
||||
# users.defaultUserShell = pkgs.${cfg.shell};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@ in
|
|||
programs.ghostty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
command = config.${namespace}.defaults.shell;
|
||||
background-blur-radius = 20;
|
||||
theme = "dark:stylix,light:stylix";
|
||||
window-theme = (config.${namespace}.themes.polarity or "dark");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue