Skip to content

Commit

Permalink
[darwin] remove fish hacks
Browse files Browse the repository at this point in the history
This was resolved in NixOS/nix#7014
  • Loading branch information
Marin Usalj committed Nov 3, 2022
1 parent 1b4a593 commit 58573bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
39 changes: 0 additions & 39 deletions fish/nix.fish

This file was deleted.

6 changes: 1 addition & 5 deletions nixos/darwin.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{ pkgs, nixpkgs, lib, config, ... }:
{
networking.hostName = "simba";
environment.shells = [ pkgs.bashInteractive pkgs.fish ];
environment.loginShell = "${pkgs.bashInteractive} -l";
environment.loginShellInit = "exec fish";

users.users.supermarin = {
home = "/Users/supermarin"; # important for home-manager
shell = pkgs.bashInteractive;
shell = pkgs.fish;
};

system.defaults.NSGlobalDomain.InitialKeyRepeat = 10;
Expand Down

0 comments on commit 58573bf

Please sign in to comment.