mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
make fish default
This commit is contained in:
parent
fdfbcfb54d
commit
ebe365113b
1 changed files with 3 additions and 0 deletions
|
|
@ -91,6 +91,9 @@
|
|||
programs.fish = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Make fish default for all users
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
|
||||
# Configure pulseaudio
|
||||
hardware.graphics.enable32Bit = config.module.gaming.enable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue