jsl-zsh working as a login shell
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ self, inputs, lib, ... }:
|
||||
{ self, inputs, ... }:
|
||||
let
|
||||
username = "john";
|
||||
baseUserModules = self.factory.user {
|
||||
@@ -20,7 +20,7 @@ in
|
||||
};
|
||||
|
||||
flake.modules = {
|
||||
nixos."${username}" = { ... }: {
|
||||
nixos."${username}" = { config, pkgs, ... }: {
|
||||
imports = [
|
||||
baseUserModules.nixos."${username}"
|
||||
];
|
||||
@@ -38,9 +38,6 @@ in
|
||||
inputs.self.modules.homeManager.ssh
|
||||
inputs.self.modules.homeManager.git
|
||||
];
|
||||
# home.packages = [
|
||||
# inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.shell-tools
|
||||
# ];
|
||||
xdg.enable = true;
|
||||
programs.git.settings.user.name = name;
|
||||
programs.git.settings.user.email = email;
|
||||
|
||||
Reference in New Issue
Block a user