nextcloud
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
./element
|
||||
./eww
|
||||
./git
|
||||
./inkscape
|
||||
./ktouch
|
||||
./libreoffice
|
||||
./maestral
|
||||
./neovim
|
||||
./nextcloud
|
||||
./obs
|
||||
./planify
|
||||
./prusa-slicer
|
||||
|
||||
5
home/programs/nextcloud/default.nix
Normal file
5
home/programs/nextcloud/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ nextcloud-client ];
|
||||
}
|
||||
Reference in New Issue
Block a user