-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserPkgs.nix
177 lines (146 loc) · 2.15 KB
/
userPkgs.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{ pkgs, ... }:
with pkgs;
[
turbo
eva
paperback
thunderbird
amberol
nix-weather
mako
xwayland-satellite
# qq
# chromium
# apotris
# celeste
stellarium
celluloid
# thiefmd
# wpsoffice
# fractal
mari0
# anyrun
# factorio
loupe
geo
gedit
# logseq
# jetbrains.pycharm-professional
# jetbrains.idea-ultimate
# jetbrains.clion
# jetbrains.rust-rover
# bottles
kooha # recorder
typst
# blender-hip
ruffle
# fractal
# yuzu-mainline
# photoprism
virt-manager
xdg-utils
hyfetch
# microsoft-edge
dosbox-staging
meld
# yubioath-flutter
gimp
imv
veracrypt
openpgp-card-tools
tutanota-desktop
# davinci-resolve
# cava
# wpsoffice-cn
# sbctl
qbittorrent
protonmail-bridge
koreader
cliphist
pcsctools
ccid
yubikey-manager
canokey-manager
xdeltaUnstable
# feeluown
# feeluown-bilibili
# # feeluown-local
# feeluown-netease
# feeluown-qqmusic
# chntpw
libnotify
# Perf
stress
s-tui
# reader
calibre
mdbook
sioyek
zathura
foliate
# file
filezilla
file
lapce
kate
# cinnamon.nemo
nautilus
gnome-boxes
evince
# zathura
# social
# discord
# materialgram
tdesktop
# thunderbird
# fluffychat
scrcpy
alacritty
rio
appimage-run
tofi
# zoom-us
# gnomecast
tetrio-desktop
ffmpeg_7-full
foot
brightnessctl
fuzzel
swaybg
wl-clipboard
wf-recorder
grim
slurp
tor-browser-bundle-bin
vial
android-tools
zellij
# netease-cloud-music-gtk
cmatrix
# kotatogram-desktop
nmap
lm_sensors
feh
pamixer
ncpamixer
# texlive.combined.scheme-full
vlc
bluedevil
prismlauncher
]
# ++ (with pkgs; [ fluent-icon-theme ])
++ [
(writeTextFile {
name = "index.theme";
destination = "/share/icons/default/index.theme";
# Set name in icons theme, for compatibility with AwesomeWM etc. See:
# https://github.com/nix-community/home-manager/issues/2081
# https://wiki.archlinux.org/title/Cursor_themes#XDG_specification
text = ''
[Icon Theme]
Name=Default
Comment=Default Cursor Theme
Inherits=graphite-light-nord
'';
})
]