mashu: Add nextcloud-client
This commit is contained in:
parent
81e8be5c67
commit
1712a2e282
@ -15,7 +15,7 @@ in mkHost config {
|
|||||||
wireless = true;
|
wireless = true;
|
||||||
wifiInterface = "wlp1s0";
|
wifiInterface = "wlp1s0";
|
||||||
programImports = [
|
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"
|
"distributed-build/offload.nix"
|
||||||
];
|
];
|
||||||
fileSystems = {
|
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