This commit is contained in:
2026-01-12 22:00:09 +01:00
commit c33f6abe21
21 changed files with 588 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{ config, pkgs, ... }:
{
imports = [
./btop.nix
./helix.nix
./mime-apps.nix
./packages.nix
./shell.nix
];
home.username = "nils";
home.homeDirectory = "/home/nils";
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
home.stateVersion = "25.11";
}