modularized user apps + corrected networking option that was specific to puter
This commit is contained in:
@@ -29,10 +29,6 @@
|
||||
settings = {ControlPort = 9051;};
|
||||
};
|
||||
|
||||
security.pki.certificates = ["/home/user/.config/bigbox.local.crt"];
|
||||
|
||||
networking.extraHosts = "";
|
||||
|
||||
services.chrony = {
|
||||
enable = true;
|
||||
enableNTS = true;
|
||||
|
||||
@@ -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
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
];
|
||||
}
|
||||
@@ -4,11 +4,8 @@
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# ...
|
||||
|
||||
# support both 32-bit and 64-bit applications
|
||||
wineWowPackages.stable
|
||||
|
||||
lutris
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user