Updated and addressed warnings

This commit is contained in:
Alejandro Angulo 2024-03-02 08:23:27 -08:00
parent 34dfa4b543
commit 9ad147bb5b
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 40 additions and 35 deletions

View file

@ -49,8 +49,7 @@ in {
# Eye candy
nvim-web-devicons
# base16-vim
nvim-base16
base16-nvim
markdown-preview-nvim

View file

@ -32,14 +32,6 @@ in {
Path to wallpaper, relative to config.home-home-manager.users.<username>.xdg.dataHome
'';
};
verticalWallpaperPath = mkOption {
type = str;
default = "sway/skull.png";
description = ''
Path to vertical wallpaper, relative to config.home-home-manager.users.<username>.xdg.dataHome
'';
};
};
config = mkIf cfg.enable {
@ -79,7 +71,6 @@ in {
aa.home.dataFile = {
${cfg.wallpaperPath}.source = ./wallpaper.jpg;
${cfg.verticalWallpaperPath}.source = ./vertical.png;
};
aa.home.extraOptions = {
wayland.windowManager.sway = {

View file

@ -30,7 +30,7 @@ in {
services.nextcloud = {
enable = true;
package = pkgs.nextcloud27;
package = pkgs.nextcloud28;
hostName = "nextcloud.kilonull.com";
https = true;
database.createLocally = true;
@ -38,7 +38,7 @@ in {
# Arbitrary large size
maxUploadSize = "16G";
configureRedis = true;
logType = "file";
settings.log_type = "file";
poolSettings = {
pm = "dynamic";
"pm.max_children" = "64";