1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Move some packages to packages.nix

This commit is contained in:
RGBCube 2023-05-11 22:37:42 +03:00
parent 0ccf5e7ae9
commit 043b767900
6 changed files with 9 additions and 27 deletions

View file

@ -5,15 +5,11 @@
./docker
./firefox
./git
./intellij
./libreoffice
./neovim
./networkmanager
./nushell
./openttd
./pipewire
./qbittorrent
./wine
./xserver
./fonts.nix

View file

@ -1,5 +0,0 @@
{ pkgs, packages, ... }:
with pkgs.jetbrains; packages [
idea-ultimate
]

View file

@ -1,7 +0,0 @@
{ pkgs, packages, ... }:
with pkgs; packages [
libreoffice
hunspellDicts.en_US
hunspellDicts.en_GB-ize
]

View file

@ -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
]

View file

@ -1,5 +0,0 @@
{ pkgs, packages, ... }:
with pkgs; packages [
qbittorrent
]

View file

@ -1,5 +0,0 @@
{ pkgs, packages, ... }:
with pkgs; packages [
wine
]