Compare commits
No commits in common. "344903ec9b68d40f8116b9b01bd6b469b4fd409c" and "42af96b6e6df7175428a588c6a279a7899771ce2" have entirely different histories.
344903ec9b
...
42af96b6e6
@ -34,8 +34,6 @@
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
networking.firewall.enable = false;
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
users = {
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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]])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user