enable fish shell explicilty for 0xa
This commit is contained in:
parent
09b5328d1c
commit
8e0f7b4c6f
3 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./amd.nix
|
||||
|
@ -60,6 +60,7 @@
|
|||
home = "/home/0xa";
|
||||
isNormalUser = true;
|
||||
uid = 1000;
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
services.emacs.defaultEditor = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue