Compare commits

..

No commits in common. "344903ec9b68d40f8116b9b01bd6b469b4fd409c" and "42af96b6e6df7175428a588c6a279a7899771ce2" have entirely different histories.

3 changed files with 31 additions and 35 deletions

View File

@ -34,8 +34,6 @@
shell = pkgs.zsh;
};
networking.firewall.enable = false;
home-manager = {
extraSpecialArgs = {inherit inputs;};
users = {

View File

@ -1,7 +1,6 @@
{
lib,
config,
pkgs,
...
}: let
cfg = config.myConfig.programs.nextcloud;
@ -11,9 +10,6 @@ in {
};
config = lib.mkIf cfg.enable {
services.nextcloud-client = {
enable = true;
package = pkgs.unstable.nextcloud-client;
};
services.nextcloud-client.enable = true;
};
}

View File

@ -22,6 +22,7 @@ require("lazy").setup({
-- disable some rtp plugins, add more to your liking
disabled_plugins = {
"gzip",
"netrwPlugin",
"tarPlugin",
"tohtml",
"zipPlugin",
@ -29,3 +30,4 @@ require("lazy").setup({
},
},
} --[[@as LazyConfig]])