We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86d605 commit 68bc856Copy full SHA for 68bc856
users/mitchellh/home-manager.nix
@@ -83,6 +83,7 @@ let sources = import ../../nix/sources.nix; in {
83
84
programs.direnv= {
85
enable = true;
86
+
87
config = {
88
whitelist = {
89
prefix= [
users/mitchellh/i3
@@ -200,7 +200,7 @@ bindsym $mod+BackSpace mode "$mode_system"
200
bar {
201
status_command i3status
202
203
- font pango:Fira Code 12
+ font pango:Fira Code 10
204
colors {
205
background $back
206
}
users/mitchellh/nixos.nix
@@ -1,6 +1,9 @@
1
{ pkgs, ... }:
2
3
{
4
+ # https://github.com/nix-community/home-manager/pull/2408
5
+ environment.pathsToLink = [ "/share/fish" ];
6
7
users.users.mitchellh = {
8
isNormalUser = true;
9
home = "/home/mitchellh";
0 commit comments