users/jan: move some shared programs to home

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-04 00:52:53 +03:00
parent 17c9463518
commit dbffbf3eef
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
2 changed files with 12 additions and 14 deletions

View file

@ -35,14 +35,22 @@ in
# Extra packages # Extra packages
home.packages = with pkgs.unstable; [ home.packages = with pkgs.unstable; [
# 3d programs # game dev
blender blender
cura
godot_4 godot_4
libresprite
# 3d printer
cura
# electronics # electronics
kicad-small kicad-small
# librepcb # librepcb
# tools
bind.dnsutils
kubo # ipfs
]; ];
# games # games

View file

@ -86,6 +86,7 @@
local.programs.file-managers.vifm.enable = lib.mkDefault true; local.programs.file-managers.vifm.enable = lib.mkDefault true;
local.programs.aerc.enable = lib.mkDefault true; local.programs.aerc.enable = lib.mkDefault true;
local.programs.nom.enable = lib.mkDefault true;
local.programs.communication = { local.programs.communication = {
telegram.enable = lib.mkDefault true; telegram.enable = lib.mkDefault true;
@ -140,22 +141,11 @@
home.packages = with pkgs.unstable; [ home.packages = with pkgs.unstable; [
image-roll image-roll
vlc # vlc
gimp
libresprite
# tools # tools
procs procs
bottom bottom
bind.dnsutils
kubo # ipfs
neofetch # command-line system information
# asciinema # record the terminal
woodpecker-cli
]; ];
home.file = { home.file = {