Add packages to home
This commit is contained in:
parent
5f09206386
commit
c5305493b2
1 changed files with 19 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
inputs,
|
inputs,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
# You can import other home-manager modules here
|
# You can import other home-manager modules here
|
||||||
|
@ -33,11 +34,9 @@
|
||||||
_1password-gui
|
_1password-gui
|
||||||
_1password
|
_1password
|
||||||
git-credential-1password
|
git-credential-1password
|
||||||
neofetch
|
|
||||||
microsoft-edge
|
microsoft-edge
|
||||||
inputs.arrpc.packages.${pkgs.system}.arrpc
|
inputs.arrpc.packages.${pkgs.system}.arrpc
|
||||||
rdesktop
|
rdesktop
|
||||||
pfetch
|
|
||||||
partition-manager
|
partition-manager
|
||||||
_3llo
|
_3llo
|
||||||
gimp
|
gimp
|
||||||
|
@ -45,6 +44,20 @@
|
||||||
virt-manager
|
virt-manager
|
||||||
exactaudiocopy
|
exactaudiocopy
|
||||||
fsv
|
fsv
|
||||||
|
lsd
|
||||||
|
lsdvd
|
||||||
|
thefuck
|
||||||
|
zip
|
||||||
|
unzip
|
||||||
|
|
||||||
|
# Fetch
|
||||||
|
neofetch
|
||||||
|
yafetch
|
||||||
|
cpufetch
|
||||||
|
bunnyfetch
|
||||||
|
nitch
|
||||||
|
screenfetch
|
||||||
|
starfetch
|
||||||
|
|
||||||
# DevTools
|
# DevTools
|
||||||
github-desktop
|
github-desktop
|
||||||
|
@ -59,6 +72,7 @@
|
||||||
lazygit
|
lazygit
|
||||||
wakatime
|
wakatime
|
||||||
mongodb-compass
|
mongodb-compass
|
||||||
|
mongosh
|
||||||
httpie
|
httpie
|
||||||
|
|
||||||
# Langs
|
# Langs
|
||||||
|
@ -66,6 +80,7 @@
|
||||||
nodejs_18
|
nodejs_18
|
||||||
nodePackages.yarn
|
nodePackages.yarn
|
||||||
nodePackages.ts-node
|
nodePackages.ts-node
|
||||||
|
nodePackages.pnpm
|
||||||
php82
|
php82
|
||||||
php82Packages.composer
|
php82Packages.composer
|
||||||
deno
|
deno
|
||||||
|
@ -76,6 +91,8 @@
|
||||||
jdk17
|
jdk17
|
||||||
maven
|
maven
|
||||||
dart
|
dart
|
||||||
|
purescript
|
||||||
|
spago
|
||||||
|
|
||||||
# Comms
|
# Comms
|
||||||
nheko
|
nheko
|
||||||
|
|
Loading…
Reference in a new issue