init
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user