Add nextcloud client

This commit is contained in:
2026-02-26 00:47:55 +01:00
parent 9b4605fdce
commit f99d3e534b
10 changed files with 93 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
{ pkgs, ... }:
{
imports = [
./file-system.nix
];
environment.systemPackages = with pkgs; [
# Make systems
gnumake

View File

@@ -0,0 +1,12 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
nextcloud-client
];
environment.variables = {
};
}