added significant items
added fish shellInit, removed top level empty configuration, removed lib.mkIf logic for fish aliases
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
homebrew = import ./homebrew.nix;
|
||||
homebrew = import ./homebrew.nix // { enable = true; };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
|
Reference in New Issue
Block a user