mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: cleaned up some stuff
This commit is contained in:
parent
cbb7128218
commit
de63708b61
22 changed files with 85 additions and 31 deletions
|
@ -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 = {
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
@nClientDownloadEnableHTTP2PlatformLinux 0
|
||||
@fDownloadRateImprovementToAddAnotherConnection 1.0
|
Loading…
Add table
Add a link
Reference in a new issue