mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Move packages to its own module
This commit is contained in:
parent
29d4e94320
commit
e3f54aa93a
3 changed files with 2 additions and 3 deletions
45
modules/packages/default.nix
Normal file
45
modules/packages/default.nix
Normal file
|
@ -0,0 +1,45 @@
|
|||
{ ulib, pkgs, ... }: with ulib; merge
|
||||
|
||||
(systemPackages (with pkgs; [
|
||||
asciinema
|
||||
fastfetch
|
||||
fd
|
||||
gotop
|
||||
hyperfine
|
||||
moreutils
|
||||
nix-index
|
||||
nix-output-monitor
|
||||
p7zip
|
||||
pstree
|
||||
ripgrep
|
||||
strace
|
||||
timg
|
||||
tree
|
||||
yt-dlp
|
||||
|
||||
wine
|
||||
|
||||
clang_16
|
||||
clang-tools_16
|
||||
gh
|
||||
go
|
||||
jdk
|
||||
lld
|
||||
maven
|
||||
vlang
|
||||
zig
|
||||
]))
|
||||
|
||||
(graphicalPackages (with pkgs; [
|
||||
qbittorrent
|
||||
thunderbird
|
||||
whatsapp-for-linux
|
||||
xfce.thunar
|
||||
|
||||
krita
|
||||
obs-studio
|
||||
|
||||
libreoffice
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.en_GB-ize
|
||||
]))
|
Loading…
Add table
Add a link
Reference in a new issue