Merge branch 'main' of ssh://codeberg.org/dnscio/nix-config
This commit is contained in:
commit
ab3f902478
3 changed files with 19 additions and 10 deletions
|
|
@ -157,7 +157,7 @@
|
|||
};
|
||||
|
||||
loginwindow = {
|
||||
LoginwindowText = "\\U03bb dnsc-air (powered by Nix)";
|
||||
LoginwindowText = "λ dnsc-air (powered by nix-darwin)";
|
||||
};
|
||||
|
||||
menuExtraClock = {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
allowedHosts = "home.dnsc.io";
|
||||
settings = {
|
||||
theme = "dark";
|
||||
maxBookmarkGroupColumns = 2;
|
||||
headerStyle = "boxedWidgets";
|
||||
background = {
|
||||
image = "https://i.ibb.co/v6FjzW5V/winter.png";
|
||||
|
|
@ -12,6 +13,22 @@
|
|||
brightness = 50;
|
||||
};
|
||||
};
|
||||
widgets = [
|
||||
{
|
||||
resources = {
|
||||
cpu = true;
|
||||
cputemp = true;
|
||||
units = "metric";
|
||||
};
|
||||
}
|
||||
{
|
||||
resources = {
|
||||
memory = true;
|
||||
uptime = true;
|
||||
network = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
services = [
|
||||
{
|
||||
"VPS" = [
|
||||
|
|
@ -62,7 +79,7 @@
|
|||
{
|
||||
Hosting = [
|
||||
{
|
||||
Fastmail = [
|
||||
Porkbun = [
|
||||
{
|
||||
abbr = "PB";
|
||||
href = "https://porkbun.com/account/domainsSpeedy";
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
return {
|
||||
"vimwiki/vimwiki",
|
||||
dependencies = { "freitass/todo.txt-vim" },
|
||||
init = function()
|
||||
vim.g.vimwiki_list = { { path = "~/notes", syntax = "markdown", ext = "md" } }
|
||||
vim.g.vimwiki_global_ext = 0
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue