mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Set fish by default
This commit is contained in:
parent
136b1e284d
commit
a1d2985091
1 changed files with 5 additions and 0 deletions
|
@ -13,4 +13,9 @@
|
||||||
virt-manager
|
virt-manager
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.fish.enable = true;
|
||||||
|
|
||||||
|
users.users.aaronh = {
|
||||||
|
shell = pkgs.fish;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue