mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: don't use fish as login shell
This commit is contained in:
parent
06f9e1ff4d
commit
7ae5a3ca1e
2 changed files with 3 additions and 2 deletions
|
|
@ -20,11 +20,9 @@
|
|||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
security.sudo.extraConfig = "Defaults lecture = always";
|
||||
users.users.leana = {
|
||||
uid = 1000;
|
||||
shell = pkgs.fish;
|
||||
isNormalUser = true;
|
||||
description = "leana";
|
||||
extraGroups = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue