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

@@ -1,12 +0,0 @@
{
config,
pkgs,
...
}: {
programs.steam = {
enable = true;
# remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
# dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
# localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
};
}

View File

@@ -1,38 +0,0 @@
{
config,
pkgs,
...
}: {
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
pciutils
btop
nload
htop
nethogs
uutils-coreutils-noprefix
neovim
git
curl
bat
eza
dua
ripgrep
dig
fd
proxychains-ng
unzip
wget
];
}

View File

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