Merge branch 'main' into storage-refactor

This commit is contained in:
Leyla Becker 2026-01-08 21:01:01 -06:00
commit 2170040ef4
5 changed files with 117 additions and 106 deletions

View file

@ -52,7 +52,7 @@ in {
signal-desktop-bin.enable = true;
calibre.enable = true;
obsidian.enable = true;
jetbrains.idea-community.enable = true;
jetbrains.idea-oss.enable = true;
vscode.enable = true;
firefox.enable = true;
steam.enable = true;

View file

@ -89,13 +89,10 @@
environment.systemPackages = with pkgs; [
cachefilesd
webtoon-dl
android-tools
];
services.cachefilesd.enable = true;
programs = {
adb.enable = true;
};
networking = {
networkmanager.enable = true;
hostName = "horizon"; # Define your hostname.