modularized user apps + corrected networking option that was specific to puter

This commit is contained in:
2025-10-02 12:57:45 +03:00
parent 0a231216cd
commit 82a4fa9169
11 changed files with 104 additions and 64 deletions

View File

@@ -29,10 +29,6 @@
settings = {ControlPort = 9051;};
};
security.pki.certificates = ["/home/user/.config/bigbox.local.crt"];
networking.extraHosts = "";
services.chrony = {
enable = true;
enableNTS = true;

View File

@@ -4,11 +4,8 @@
...
}: {
environment.systemPackages = with pkgs; [
# ...
# support both 32-bit and 64-bit applications
wineWowPackages.stable
lutris
];
}

View File

@@ -0,0 +1,34 @@
{
config,
pkgs,
...
}: {
programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [
# Dev stuff, most of it might be replaced by devenvs later on
ghostty
tealdeer
vscodium
gcc
python
alejandra
devenv
nodejs
mermaid-cli
rustup
delta
just
kondo
ciscoPacketTracer8
# stuff needed by neovim
vimPlugins.LazyVim
texliveSmall # for pdflatex
fzf
lazygit
tree-sitter
neovim
mcfly
luajitPackages.luarocks-nix
tectonic
];
}

View File

@@ -0,0 +1,9 @@
{
config,
pkgs,
...
}: {
programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [
];
}

View File

@@ -0,0 +1,17 @@
{
config,
pkgs,
...
}: {
programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [
# Chatting
signal-desktop
element-desktop
# web browsers
ungoogled-chromium
tor-browser-bundle-bin
librewolf
transmission_4-gtk
];
}

View File

@@ -0,0 +1,16 @@
{
config,
pkgs,
...
}: {
programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [
# multimedia
vlc
mpv
yt-dlp
freetube
jellyfin-media-player
feishin
];
}

View File

@@ -0,0 +1,17 @@
{
config,
pkgs,
...
}: {
programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [
# Productivity apps
obsidian
onlyoffice-desktopeditors
keepassxc
evolution
anki-bin
pomodoro-gtk
#ticker
];
}

View File

@@ -5,17 +5,7 @@
}: {
programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [
vimPlugins.LazyVim
# stuff needed by neovim
texliveSmall # for pdflatex
fzf
lazygit
tree-sitter
neovim
mcfly
luajitPackages.luarocks-nix
tectonic
parallel-disk-usage
pciutils
btop
nload