Fix duplicated settings
This commit is contained in:
parent
fd616864bf
commit
0161b49858
|
@ -37,13 +37,12 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.trusted-users = [ "root" "tsv" ];
|
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
extraOptions = "experimental-features = nix-command flakes";
|
extraOptions = "experimental-features = nix-command flakes";
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixFlakes;
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
trusted-users = [ "root" "tsv" ];
|
||||||
};
|
};
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
[Personal]
|
|
||||||
source = imaps://trevor%40tsvallender.co.uk@mail.tsvallender.co.uk
|
|
||||||
outgoing = smtps+plain://trevor%40tsvallender.co.uk@mail.tsvallender.co.uk
|
|
||||||
default = INBOX
|
|
||||||
from = Trevor Vallender <trevor@tsvallender.co.uk>
|
|
||||||
copy-to = Sent
|
|
||||||
source-cred-cmd = bw get password 3138af18-75b2-4985-90ed-adfd00b18e95
|
|
||||||
outgoing-cred-cmd = bw get password 3138af18-75b2-4985-90ed-adfd00b18e95
|
|
||||||
|
|
||||||
[Foxsoft]
|
|
||||||
source = imaps://trevor%40foxsoft.co.uk@imap.gmail.com
|
|
||||||
outgoing = smtps+plain://trevor%40foxsoft.co.uk@smtp.gmail.com
|
|
||||||
default = INBOX
|
|
||||||
from = Trevor Vallender <trevor@foxsoft.co.uk>
|
|
||||||
copy-to = Sent
|
|
||||||
source-cred-cmd = bw get password bf0f7425-341e-4195-a17d-afca00b4dd86
|
|
||||||
outgoing-cred-cmd = bw get password bf0f7425-341e-4195-a17d-afca00b4dd86
|
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
|
|
||||||
[general]
|
|
||||||
default-save-path=~/downloads
|
|
||||||
unsafe-accounts-conf=true
|
|
||||||
|
|
||||||
[ui]
|
|
||||||
mouse-enabled=true
|
|
||||||
|
|
||||||
icon-unencrypted=
|
|
||||||
icon-encrypted=✔
|
|
||||||
icon-signed=✔
|
|
||||||
icon-signed-encrypted=✔
|
|
||||||
icon-unknown=✘
|
|
||||||
icon-invalid=⚠
|
|
||||||
|
|
||||||
threading-enabled=true
|
|
||||||
|
|
||||||
[viewer]
|
|
||||||
pager=w3m -T text/html
|
|
||||||
alternatives=text/html,text/plain
|
|
||||||
|
|
||||||
[filters]
|
|
||||||
text/plain=colorize
|
|
||||||
text/html=colorize
|
|
||||||
text/calendar=calendar
|
|
||||||
message/delivery-status=colorize
|
|
||||||
message/rfc822=colorize
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
debug-pinentry
|
|
||||||
debug ipc
|
|
||||||
verbose
|
|
||||||
enable-ssh-support
|
|
||||||
pinentry-program /run/current-system/sw/bin/pinentry-curses
|
|
||||||
|
|
|
@ -71,8 +71,6 @@
|
||||||
xdg.configFile."nvim/lua/tsv/remap.lua".source = ./nvim/lua/tsv/remap.lua;
|
xdg.configFile."nvim/lua/tsv/remap.lua".source = ./nvim/lua/tsv/remap.lua;
|
||||||
xdg.configFile."kitty/kitty.conf".source = ./kitty/kitty.conf;
|
xdg.configFile."kitty/kitty.conf".source = ./kitty/kitty.conf;
|
||||||
xdg.configFile."kitty/gruvbox_dark_soft.conf".source = ./kitty/gruvbox_dark_soft.conf;
|
xdg.configFile."kitty/gruvbox_dark_soft.conf".source = ./kitty/gruvbox_dark_soft.conf;
|
||||||
xdg.configFile."aerc/aerc.conf".source = ./aerc/aerc.conf;
|
|
||||||
xdg.configFile."aerc/accounts.conf".source = ./aerc/accounts.conf;
|
|
||||||
xdg.configFile."hypr/hyprland.conf".source = ./hyprland/hyprland.conf;
|
xdg.configFile."hypr/hyprland.conf".source = ./hyprland/hyprland.conf;
|
||||||
xdg.configFile."hypr/hyprpaper.conf".source = ./hyprland/hyprpaper.conf;
|
xdg.configFile."hypr/hyprpaper.conf".source = ./hyprland/hyprpaper.conf;
|
||||||
xdg.configFile."waybar/config".source = ./waybar/config;
|
xdg.configFile."waybar/config".source = ./waybar/config;
|
||||||
|
|
Loading…
Reference in New Issue