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 direnv
author
Sean Aye
date
10 months ago
(Aug 1, 2025, 11:19 AM -0400)
commit
fac7ce60
fac7ce60bb4047fe6c0154b4ffe50a3c809ceb54
parent
71096cd7
71096cd73dd9c7b6946bb19331bbd7972d92fcfa
change-id
wlnytvkm
wlnytvkmvxnmsspsxpxptmlmnrxptrov
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
home.nix
+2
-2
home.nix
Reviewed
···
73
73
spawn-at-startup = [
74
74
{ command = [ "xwayland-satellite" ]; }
75
75
{ command = [ "swww-daemon" ]; }
76
76
-
{ command = [ "udiskie -anv" ]; }
77
76
{ command = [ "mako" ]; }
78
77
{ command = [ "waybar" ]; }
79
79
-
{ command = [ "/usr/bin/lxqt-policykit-agent" ]; }
80
78
{ command = [ "wl-paste --watch cliphist store" ]; }
81
79
];
82
80
environment = {
···
150
148
tray = "auto";
151
149
automount = true;
152
150
};
151
151
+
152
152
+
programs.direnv.enable = true;
153
153
154
154
programs.zen-browser.enable = true;
155
155
# programs.swww.enable = true;