Skip to content

Commit 68bc856

Browse files
committed
fix weird home-manager + fish + direnv bug
1 parent f86d605 commit 68bc856

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

users/mitchellh/home-manager.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ let sources = import ../../nix/sources.nix; in {
8383

8484
programs.direnv= {
8585
enable = true;
86+
8687
config = {
8788
whitelist = {
8889
prefix= [

users/mitchellh/i3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ bindsym $mod+BackSpace mode "$mode_system"
200200
bar {
201201
status_command i3status
202202

203-
font pango:Fira Code 12
203+
font pango:Fira Code 10
204204
colors {
205205
background $back
206206
}

users/mitchellh/nixos.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{ pkgs, ... }:
22

33
{
4+
# https://github.com/nix-community/home-manager/pull/2408
5+
environment.pathsToLink = [ "/share/fish" ];
6+
47
users.users.mitchellh = {
58
isNormalUser = true;
69
home = "/home/mitchellh";

0 commit comments

Comments
 (0)