feat: cleaned up some stuff

This commit is contained in:
Nick 2024-10-11 15:20:01 -05:00
parent cbb7128218
commit de63708b61
22 changed files with 85 additions and 31 deletions

View file

@ -1,6 +1,5 @@
let
# Folders
steam = import ./modules/steam;
services = import ./modules/services;
# Files
accounts = import ./modules/accounts.nix;
@ -21,10 +20,11 @@ let
locale = import ./modules/locale.nix;
network = import ./modules/network.nix;
nix = import ./modules/nix.nix;
ollama-main = import ./modules/ollama-main.nix;
ollama = import ./modules/ollama.nix;
plasma = import ./modules/plasma.nix;
printing = import ./modules/printing.nix;
regreet = import ./modules/regreet.nix;
steam = import ./modules/steam.nix;
syncthing = import ./modules/syncthing.nix;
sysstat = import ./modules/sysstat.nix;
system = import ./modules/system.nix;
@ -52,7 +52,7 @@ in {
locale
network
nix
ollama-main
ollama
plasma
printing
regreet
@ -84,7 +84,7 @@ in {
desktop = {
imports = [
syncthing
ollama-main
ollama
];
};
server = {

View file

@ -1,2 +0,0 @@
@nClientDownloadEnableHTTP2PlatformLinux 0
@fDownloadRateImprovementToAddAnotherConnection 1.0