added significant items

added fish shellInit, removed top level empty configuration, removed
lib.mkIf logic for fish aliases
This commit is contained in:
2024-07-21 10:03:25 -04:00
parent d6690e87b7
commit 08a543fabe
8 changed files with 25 additions and 16 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, config, ... }:
{
homebrew = import ./homebrew.nix;
homebrew = import ./homebrew.nix // { enable = true; };
environment.systemPackages = with pkgs; [
vim