Skip to content

Commit 0c29455

Browse files
committed
nix: add qemu
1 parent 841c9b8 commit 0c29455

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

configuration.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@
120120
# List packages installed in system profile. To search, run:
121121
# $ nix search wget
122122
environment.systemPackages = with pkgs; [
123+
# nomacs
124+
# vimus
123125
ahoviewer
124126
anki
125127
binutils
@@ -139,20 +141,22 @@
139141
hexchat
140142
htop
141143
jpegoptim
142-
plasma5Packages.kio-extras
143-
plasma5Packages.breeze-icons
144144
keepassxc
145145
krita
146146
krusader
147+
kvm
147148
mpv
148149
networkmanager
149150
nitrogen
150151
nix-bash-completions
151-
# nomacs
152152
ntfs3g
153153
optipng
154154
pavucontrol
155+
plasma5Packages.breeze-icons
156+
plasma5Packages.kio-extras
155157
psmisc
158+
qemu
159+
qemu-utils
156160
racket
157161
ripgrep
158162
rofi
@@ -162,7 +166,6 @@
162166
spotify
163167
tmsu
164168
unzip
165-
# vimus
166169
wget
167170
which
168171
wine

0 commit comments

Comments
 (0)