mashu: Add nextcloud-client
This commit is contained in:
parent
81e8be5c67
commit
1712a2e282
@ -15,7 +15,7 @@ in mkHost config {
|
||||
wireless = true;
|
||||
wifiInterface = "wlp1s0";
|
||||
programImports = [
|
||||
"zsh" "git" "mpv" "tmux" "firefox" "gnome-terminal" "gnome" "i18n" "xournalpp"
|
||||
"zsh" "git" "mpv" "tmux" "firefox" "gnome-terminal" "gnome" "i18n" "xournalpp" "nextcloud"
|
||||
"distributed-build/offload.nix"
|
||||
];
|
||||
fileSystems = {
|
||||
|
5
modules/programs/nextcloud/default.nix
Normal file
5
modules/programs/nextcloud/default.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
config.environment.systemPackages = [ pkgs.nextcloud-client ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user