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
fix some stuff
author
Sean Aye
date
11 months ago
(Jul 7, 2025, 11:17 AM -0400)
commit
be47d62e
be47d62e1b32e81473d52ad7ccdd7d303675d418
parent
f5388e03
f5388e039eb844b3f997c8bc6d8f02f0119714f9
+13
-9
2 changed files
Expand all
Collapse all
Unified
Split
configuration.nix
home.nix
-3
configuration.nix
Reviewed
···
105
105
shell = pkgs.fish;
106
106
};
107
107
108
108
-
# Install firefox.
109
109
-
programs.firefox.enable = true;
110
108
programs.fish.enable = true;
111
111
-
112
109
programs._1password.enable = true;
113
110
programs._1password-gui = {
114
111
enable = true;
+13
-6
home.nix
Reviewed
···
13
13
enable = true;
14
14
settings = {
15
15
binds = {
16
16
-
"Mod+D".action.spawn = "wofi";
16
16
+
"Mod+d".action.spawn = ["wofi" "--show" "drun" "--prompt" "Search..."];
17
17
+
"Mod+a".action.spawn = "alacritty";
18
18
+
};
19
19
+
outputs = {
20
20
+
"DP-1" = {
21
21
+
scale = 2.0;
22
22
+
};
17
23
};
18
24
spawn-at-startup = [
25
25
+
{ command = ["xwayland-satellite"]; }
19
26
{ command = ["mako"]; }
20
27
{ command = ["waybar"]; }
21
28
{ command = ["/usr/bin/lxqt-policykit-agent"]; }
22
29
{ command = ["wl-paste --watch cliphist store"]; }
23
30
];
24
24
-
outputs = {
25
25
-
"DP-1" = {
26
26
-
scale = 2.0;
27
27
-
};
31
31
+
environment = {
32
32
+
DISPLAY = ":0";
28
33
};
29
34
};
30
35
};
···
46
51
htop
47
52
zellij # terminal multiplexer
48
53
# --- ESSENTIAL HYPRLAND ECOSYSTEM TOOLS ---
49
49
-
alacritty # Terminal emulator (popular choice, or pkgs.alacritty, pkgs.foot)
54
54
+
alacritty
50
55
wofi # Application launcher (or pkgs.rofi-wayland)
51
56
waybar # Status bar (highly recommended)
52
57
mako # Notification daemon
···
58
63
fd
59
64
ripgrep
60
65
yazi
66
66
+
67
67
+
xwayland-satellite
61
68
62
69
# --- FONTS ARE IMPORTANT ---
63
70
noto-fonts