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/git
|
||||||
../modules/zoxide
|
../modules/zoxide
|
||||||
../modules/atuin
|
../modules/atuin
|
||||||
../modules/bash
|
../modules/fish
|
||||||
../modules/wezterm
|
../modules/wezterm
|
||||||
../modules/nvim
|
../modules/nvim
|
||||||
../modules/lazygit
|
../modules/lazygit
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
inputs.home-manager.darwinModules.home-manager
|
inputs.home-manager.darwinModules.home-manager
|
||||||
../../modules/aerospace
|
../../modules/aerospace
|
||||||
../../modules/fish
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Setting the user
|
# Setting the user
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue