Migrate from zsh to fish

This commit is contained in:
2024-03-18 17:04:37 +01:00
parent fdd53faa62
commit b35c87b4d6
7 changed files with 112 additions and 7 deletions

View File

@ -28,7 +28,7 @@ in {
# this would need you to config rofi using home-manager
# programs.rofi = { enable = true; };
# home.packages = with pkgs; [ rofi ];
home.packages = with pkgs; [ rofi ];
home.file = { ".config/rofi/config.rasi".source = ./config.rasi; };
};