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:
parent
0ccf5e7ae9
commit
043b767900
6 changed files with 9 additions and 27 deletions
|
@ -5,15 +5,11 @@
|
||||||
./docker
|
./docker
|
||||||
./firefox
|
./firefox
|
||||||
./git
|
./git
|
||||||
./intellij
|
|
||||||
./libreoffice
|
|
||||||
./neovim
|
./neovim
|
||||||
./networkmanager
|
./networkmanager
|
||||||
./nushell
|
./nushell
|
||||||
./openttd
|
./openttd
|
||||||
./pipewire
|
./pipewire
|
||||||
./qbittorrent
|
|
||||||
./wine
|
|
||||||
./xserver
|
./xserver
|
||||||
|
|
||||||
./fonts.nix
|
./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
|
bat
|
||||||
htop
|
htop
|
||||||
neofetch
|
neofetch
|
||||||
|
wine
|
||||||
|
|
||||||
lightly-qt
|
jetbrains.idea-ultimate
|
||||||
|
qbittorrent
|
||||||
|
|
||||||
|
libreoffice
|
||||||
|
hunspellDicts.en_US
|
||||||
|
hunspellDicts.en_GB-ize
|
||||||
|
|
||||||
gcc
|
gcc
|
||||||
go
|
go
|
||||||
|
@ -24,4 +30,6 @@ with pkgs; packages [
|
||||||
]))
|
]))
|
||||||
virtualenv
|
virtualenv
|
||||||
poetry
|
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