Updated and addressed warnings
This commit is contained in:
parent
34dfa4b543
commit
9ad147bb5b
5 changed files with 40 additions and 35 deletions
|
@ -49,8 +49,7 @@ in {
|
|||
|
||||
# Eye candy
|
||||
nvim-web-devicons
|
||||
# base16-vim
|
||||
nvim-base16
|
||||
base16-nvim
|
||||
|
||||
markdown-preview-nvim
|
||||
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue