moves fish module to darwin home
This commit is contained in:
parent
e0cee92b38
commit
3a73d990bf
3 changed files with 3 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
../modules/git
|
||||
../modules/zoxide
|
||||
../modules/atuin
|
||||
../modules/bash
|
||||
../modules/fish
|
||||
../modules/wezterm
|
||||
../modules/nvim
|
||||
../modules/lazygit
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
imports = [
|
||||
inputs.home-manager.darwinModules.home-manager
|
||||
../../modules/aerospace
|
||||
../../modules/fish
|
||||
];
|
||||
|
||||
# Setting the user
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue