refactor(module): move shell configuration to common modules

This commit is contained in:
Jo 2024-09-07 02:13:24 +02:00
parent 11b1410d2c
commit 70347dd40b
4 changed files with 37 additions and 7 deletions

View file

@ -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.