alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
add git
author
Sean Aye
date
11 months ago
(Jul 7, 2025, 11:17 AM -0400)
commit
cf345b21
cf345b2167548e18ab251a31c104a8b028345dc4
parent
6a165eda
6a165eda13b15f22f98fed101a5a2a1affa937d5
+9
-1
1 changed file
Expand all
Collapse all
Unified
Split
home.nix
+9
-1
home.nix
Reviewed
···
81
81
atool
82
82
httpie
83
83
helix
84
84
+
git
84
85
jujutsu
85
86
htop
86
87
zellij # terminal multiplexer
···
115
116
];
116
117
117
118
# Program configurations
119
119
+
programs.git = {
120
120
+
enable = true;
121
121
+
userName = "seanaye";
122
122
+
userEmail = "hello@seanaye.ca";
123
123
+
extraConfig = {
124
124
+
init.defaultBranch = "main";
125
125
+
};
126
126
+
};
118
127
programs.jujutsu = {
119
128
enable = true;
120
129
settings.user = {
···
163
172
SDL_VIDEODRIVER = "wayland";
164
173
XDG_CURRENT_DESKTOP = "Niri";
165
174
XDG_SESSION_TYPE = "wayland";
166
166
-
_JAVA_AWT_WM_NONREPARENTING = "1";
167
175
};
168
176
169
177
# Set the state version for Home Manager