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 gnome network displays
author
Sean Aye
date
10 months ago
(Aug 25, 2025, 8:41 PM -0400)
commit
3016336e
3016336e689a59ccd957c2bdfdd6be6b7a8b24f8
parent
945f1fb2
945f1fb2cf5dcb5df6dd0578a85467efc35c489a
change-id
uxroysyr
uxroysyrxwpyoqoxlmvwozuuqrxknoyo
+5
-5
2 changed files
Expand all
Collapse all
Unified
Split
home.nix
hosts
common
common.nix
+2
home.nix
Reviewed
···
32
32
};
33
33
gestures = {
34
34
hot-corners = {
35
35
+
enable = false;
35
36
};
36
37
};
37
38
binds = {
···
187
188
desktop-file-utils # for managing .desktop files
188
189
flyctl # fly.io cli
189
190
vscode-json-languageserver
191
191
+
gnome-network-displays
190
192
191
193
# --- FONTS ARE IMPORTANT ---
192
194
noto-fonts
+3
-5
hosts/common/common.nix
Reviewed
···
10
10
# Bootloader.
11
11
boot.loader.systemd-boot.enable = true;
12
12
boot.loader.efi.canTouchEfiVariables = true;
13
13
-
13
13
+
14
14
+
services.fwupd.enable = true;
14
15
# Use latest kernel.
15
16
boot.kernelPackages = pkgs.linuxPackages_latest;
16
17
17
18
# Enable networking
18
19
networking.networkmanager.enable = true;
19
20
20
20
-
21
21
# Set your time zone.
22
22
# time.timeZone = "America/New_York";
23
23
time.timeZone = "America/Toronto";
···
37
37
LC_TIME = "en_US.UTF-8";
38
38
};
39
39
40
40
-
programs.niri = {
40
40
+
programs.niri = {
41
41
enable = true;
42
42
package = pkgs.niri;
43
43
};
···
70
70
#media-session.enable = true;
71
71
};
72
72
73
73
-
74
73
services.udisks2.enable = true;
75
74
services.tailscale.enable = true;
76
75
···
91
90
shell = pkgs.fish;
92
91
};
93
92
94
94
-
95
93
programs.fish.enable = true;
96
94
programs._1password.enable = true;
97
95
programs._1password-gui = {