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 more stuff
author
Sean Aye
date
11 months ago
(Jul 9, 2025, 11:14 AM -0400)
commit
192f0234
192f02345490b226d272b13b9081f7e69f2f5d3b
parent
da7cd4cf
da7cd4cfb3c132ffa36d91cb2f3852bd14aea943
+14
1 changed file
Expand all
Collapse all
Unified
Split
home.nix
+14
home.nix
Reviewed
···
48
48
show-pointer = true;
49
49
};
50
50
};
51
51
+
"Mod+1".action = {
52
52
+
set-column-width = "100%";
53
53
+
};
54
54
+
"Mod+2".action = {
55
55
+
set-column-width = "50%";
56
56
+
};
51
57
};
52
58
outputs = {
53
59
"DP-1" = {
···
56
62
};
57
63
spawn-at-startup = [
58
64
{ command = [ "xwayland-satellite" ]; }
65
65
+
{ command = [ "swww-daemon" ]; }
59
66
{ command = [ "mako" ]; }
60
67
{ command = [ "waybar" ]; }
61
68
{ command = [ "/usr/bin/lxqt-policykit-agent" ]; }
···
112
119
nil # nix language server
113
120
atac # postman-like TUI
114
121
rsync # file sync utility
122
122
+
udiskie # for mounting external drives
123
123
+
darktable # photo editing
124
124
+
zoxide
115
125
116
126
# --- FONTS ARE IMPORTANT ---
117
127
noto-fonts
···
131
141
132
142
programs.zen-browser.enable = true;
133
143
# programs.swww.enable = true;
144
144
+
programs.zoxide = {
145
145
+
enable = true;
146
146
+
enableFishIntegration = true;
147
147
+
};
134
148
135
149
# Program configurations
136
150
programs.git = {