mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Move some packages to packages.nix
This commit is contained in:
parent
0ccf5e7ae9
commit
043b767900
6 changed files with 9 additions and 27 deletions
|
@ -5,15 +5,11 @@
|
|||
./docker
|
||||
./firefox
|
||||
./git
|
||||
./intellij
|
||||
./libreoffice
|
||||
./neovim
|
||||
./networkmanager
|
||||
./nushell
|
||||
./openttd
|
||||
./pipewire
|
||||
./qbittorrent
|
||||
./wine
|
||||
./xserver
|
||||
|
||||
./fonts.nix
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{ pkgs, packages, ... }:
|
||||
|
||||
with pkgs.jetbrains; packages [
|
||||
idea-ultimate
|
||||
]
|
|
@ -1,7 +0,0 @@
|
|||
{ pkgs, packages, ... }:
|
||||
|
||||
with pkgs; packages [
|
||||
libreoffice
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.en_GB-ize
|
||||
]
|
|
@ -4,8 +4,14 @@ with pkgs; packages [
|
|||
bat
|
||||
htop
|
||||
neofetch
|
||||
wine
|
||||
|
||||
lightly-qt
|
||||
jetbrains.idea-ultimate
|
||||
qbittorrent
|
||||
|
||||
libreoffice
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.en_GB-ize
|
||||
|
||||
gcc
|
||||
go
|
||||
|
@ -24,4 +30,6 @@ with pkgs; packages [
|
|||
]))
|
||||
virtualenv
|
||||
poetry
|
||||
|
||||
lightly-qt
|
||||
]
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{ pkgs, packages, ... }:
|
||||
|
||||
with pkgs; packages [
|
||||
qbittorrent
|
||||
]
|
|
@ -1,5 +0,0 @@
|
|||
{ pkgs, packages, ... }:
|
||||
|
||||
with pkgs; packages [
|
||||
wine
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue