moves fish module to darwin home

This commit is contained in:
Dennis Schoepf 2025-10-30 13:16:51 +01:00
parent e0cee92b38
commit 3a73d990bf
3 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@
../modules/git
../modules/zoxide
../modules/atuin
../modules/bash
../modules/fish
../modules/wezterm
../modules/nvim
../modules/lazygit

View file

@ -10,7 +10,6 @@
imports = [
inputs.home-manager.darwinModules.home-manager
../../modules/aerospace
../../modules/fish
];
# Setting the user

View file

@ -1,3 +1,5 @@
{ config, pkgs, ... }:
{
programs.fish = {
enable = true;