Reimplement home manager files

This commit is contained in:
Tobias Ostner 2023-12-15 08:39:12 +01:00
parent 5f8cbf469b
commit d333524003
11 changed files with 101 additions and 60 deletions

View file

@ -1,7 +1,5 @@
({ pkgs, ... }: {
programs.zsh.enable = true;
environment = {
shells = with pkgs; [ bash zsh fish ];
loginShell = pkgs.zsh;