refactor(module): move shell configuration to common modules
This commit is contained in:
parent
11b1410d2c
commit
70347dd40b
4 changed files with 37 additions and 7 deletions
|
@ -98,11 +98,6 @@ with lib.${namespace};
|
|||
# Enable support for flipper zero devices
|
||||
hardware.flipperzero.enable = true;
|
||||
|
||||
# Configure system-wide default shell.
|
||||
environment.shells = with pkgs; [ fish ];
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
programs.fish.enable = true;
|
||||
|
||||
# Configure users.
|
||||
snowfallorg.users.jo.admin = true;
|
||||
|
||||
|
@ -111,7 +106,7 @@ with lib.${namespace};
|
|||
|
||||
# Configure home-manager
|
||||
home-manager = {
|
||||
backupFileExtension = "homeManagerBackupFile69";
|
||||
backupFileExtension = "homeManagerBackupFile";
|
||||
};
|
||||
|
||||
# Provide users with some sane default packages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue