File tree Expand file tree Collapse file tree 4 files changed +12
-60
lines changed Expand file tree Collapse file tree 4 files changed +12
-60
lines changed Original file line number Diff line number Diff line change 45
45
programs . gh = {
46
46
enable = true ;
47
47
extensions = with pkgs ; [
48
- gh-dash
49
48
gh-poi
50
49
] ;
51
50
} ;
52
- programs . gh-dash = {
53
- enable = true ;
54
- settings = {
55
- issuesSections = [
56
- {
57
- title = "Issues" ;
58
- filters = "is:open author:@me" ;
59
- }
60
- {
61
- title = "Assigned" ;
62
- filters = "is:open assignee:@me" ;
63
- }
64
- {
65
- title = "Involved" ;
66
- filters = "is:open involves:@me -author:@me" ;
67
- }
68
- {
69
- title = "Wevm" ;
70
- filters = "is:open org:wevm" ;
71
- }
72
- ] ;
73
- prSections = [
74
- {
75
- title = "Pull Requests" ;
76
- filters = "is:open author:@me" ;
77
- }
78
- {
79
- title = "Review Requested" ;
80
- filters = "is:open review-requested:@me" ;
81
- }
82
- {
83
- title = "Involved" ;
84
- filters = "is:open involves:@me -author:@me" ;
85
- }
86
- {
87
- title = "Wevm" ;
88
- filters = "is:open org:wevm" ;
89
- }
90
- ] ;
51
+ programs . home-manager . enable = true ;
52
+
53
+ home . file = {
54
+ ssh = {
55
+ source = ../files/ssh ;
56
+ target = ".ssh" ;
57
+ recursive = true ;
91
58
} ;
92
59
} ;
93
- programs . home-manager . enable = true ;
94
60
95
61
xdg = {
96
62
enable = true ;
Original file line number Diff line number Diff line change 44
44
set FOUNDRY_BIN $HOME/.foundry/bin
45
45
fish_add_path $FOUNDRY_BIN
46
46
47
+ # 1password
48
+ set -x SSH_AUTH_SOCK "~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock"
49
+
47
50
# bun
48
- set --export BUN_INSTALL "$HOME/.bun"
49
- set --export PATH $BUN_INSTALL/bin $PATH
51
+ set -x BUN_INSTALL "$HOME/.bun"
52
+ set -x PATH $BUN_INSTALL/bin $PATH
50
53
'' ;
51
54
plugins = [
52
55
# https://github.com/jorgebucaran/autopair.fish
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments