theme - formating
This commit is contained in:
parent
8355c7ab83
commit
f1c469c7fc
30 changed files with 287 additions and 105 deletions
|
|
@ -19,7 +19,6 @@
|
|||
./neovim.nix
|
||||
./newsboat.nix
|
||||
./taskwarrior.nix
|
||||
./todoman.nix
|
||||
./topgrade.nix
|
||||
./tmux.nix
|
||||
./vifm.nix
|
||||
|
|
|
|||
|
|
@ -9,7 +9,10 @@
|
|||
general = {
|
||||
default_action = "list";
|
||||
editor = "${pkgs.neovim}/bin/nvim";
|
||||
merge_editor = ["${pkgs.neovim}/bin/nvim" "-d"];
|
||||
merge_editor = [
|
||||
"${pkgs.neovim}/bin/nvim"
|
||||
"-d"
|
||||
];
|
||||
};
|
||||
"contact table" = {
|
||||
display = "first_name";
|
||||
|
|
@ -19,11 +22,24 @@
|
|||
show_uids = "no";
|
||||
sort = "last_name";
|
||||
localize_dates = "yes";
|
||||
preferred_phone_number_type = ["pref" "cell" "home"];
|
||||
preferred_email_address_type = ["pref" "work" "home"];
|
||||
preferred_phone_number_type = [
|
||||
"pref"
|
||||
"cell"
|
||||
"home"
|
||||
];
|
||||
preferred_email_address_type = [
|
||||
"pref"
|
||||
"work"
|
||||
"home"
|
||||
];
|
||||
};
|
||||
vcard = {
|
||||
private_objects = ["Jabber" "Skype" "Twitter" "Mastodon"];
|
||||
private_objects = [
|
||||
"Jabber"
|
||||
"Skype"
|
||||
"Twitter"
|
||||
"Mastodon"
|
||||
];
|
||||
preferred_version = "3.0";
|
||||
search_in_source_files = "no";
|
||||
skip_unparsable = "no";
|
||||
|
|
|
|||
|
|
@ -18,7 +18,13 @@
|
|||
enable = true;
|
||||
new = {
|
||||
tags = ["unread"];
|
||||
ignore = [".mbsyncstate" ".uidvalidity" ".mbsyncstate.journal" ".mbsyncstate.new" ".mbsyncstate.lock"];
|
||||
ignore = [
|
||||
".mbsyncstate"
|
||||
".uidvalidity"
|
||||
".mbsyncstate.journal"
|
||||
".mbsyncstate.new"
|
||||
".mbsyncstate.lock"
|
||||
];
|
||||
};
|
||||
extraConfig = {
|
||||
database = {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [taskwarrior taskwarrior-tui tasksh vit timewarrior];
|
||||
home.packages = with pkgs; [
|
||||
taskwarrior
|
||||
taskwarrior-tui
|
||||
tasksh
|
||||
vit
|
||||
timewarrior
|
||||
];
|
||||
programs.taskwarrior = {
|
||||
enable = true;
|
||||
colorTheme = "dark-green-256";
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [todoman];
|
||||
xdg.configFile."todoman/config.py".text =
|
||||
/*
|
||||
python
|
||||
*/
|
||||
''
|
||||
path = "~/.config/vdirsyncer/storage/calendar/*"
|
||||
date_format = "%Y-%m-%d"
|
||||
time_format = "%H:%M"
|
||||
default_list = "duckunix@gmail.com"
|
||||
# default_due = 48
|
||||
default_command = "list --startable"
|
||||
'';
|
||||
}
|
||||
|
|
@ -6,7 +6,9 @@
|
|||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
home-manager.extraSpecialArgs = {inherit inputs outputs;};
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit inputs outputs;
|
||||
};
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
|
|
|||
|
|
@ -78,7 +78,9 @@
|
|||
enable = true;
|
||||
associations.added = {
|
||||
"application/octet-stream" = ["gvim.desktop"];
|
||||
"application/pdf" = ["qpdfview.desktop;org.gnome.Evince.desktop;org.pwmt.zathura-pdf-mupdf.desktop"];
|
||||
"application/pdf" = [
|
||||
"qpdfview.desktop;org.gnome.Evince.desktop;org.pwmt.zathura-pdf-mupdf.desktop"
|
||||
];
|
||||
"audio/mpeg" = ["org.kde.kid3.desktop"];
|
||||
"image/jpeg" = ["darktable.desktop;gimp.desktop;imv.desktop"];
|
||||
"image/png" = ["darktable.desktop;gimp.desktop;imv-folder.desktop;imv.desktop"];
|
||||
|
|
@ -86,7 +88,9 @@
|
|||
"inode/directory" = ["thunar.desktop"];
|
||||
"text/plain" = ["gvim.desktop"];
|
||||
"x-scheme-handler/pdf" = ["pdfview.desktop"];
|
||||
"x-scheme-handler/tg" = ["userapp-Telegram Desktop-9M6O50.desktop;userapp-Telegram Desktop-6IJLW1.desktop;userapp-Telegram Desktop-IQIXX1.desktop;userapp-Telegram Desktop-FK06Y1.desktop;userapp-Telegram Desktop-1SZ7Y1.desktop;userapp-Telegram Desktop-C24MZ1.desktop;userapp-Telegram Desktop-29FD01.desktop;userapp-Telegram Desktop-21P401.desktop;userapp-Telegram Desktop-LOTG11.desktop"];
|
||||
"x-scheme-handler/tg" = [
|
||||
"userapp-Telegram Desktop-9M6O50.desktop;userapp-Telegram Desktop-6IJLW1.desktop;userapp-Telegram Desktop-IQIXX1.desktop;userapp-Telegram Desktop-FK06Y1.desktop;userapp-Telegram Desktop-1SZ7Y1.desktop;userapp-Telegram Desktop-C24MZ1.desktop;userapp-Telegram Desktop-29FD01.desktop;userapp-Telegram Desktop-21P401.desktop;userapp-Telegram Desktop-LOTG11.desktop"
|
||||
];
|
||||
};
|
||||
defaultApplications = {
|
||||
"inode/directory" = ["thunar.desktop"];
|
||||
|
|
|
|||
|
|
@ -196,13 +196,22 @@
|
|||
};
|
||||
};
|
||||
completion = {
|
||||
open_categories = ["quickmarks" "searchengines" "bookmarks" "history"];
|
||||
open_categories = [
|
||||
"quickmarks"
|
||||
"searchengines"
|
||||
"bookmarks"
|
||||
"history"
|
||||
];
|
||||
};
|
||||
content = {
|
||||
autoplay = false;
|
||||
blocking = {
|
||||
adblock = {
|
||||
lists = ["https://secure.fanboy.co.nz/fanboy-annoyance.txt" "https://easylist.to/easylist/easylist.txt" "https://easylist.to/easylist/easyprivacy.txt"];
|
||||
lists = [
|
||||
"https://secure.fanboy.co.nz/fanboy-annoyance.txt"
|
||||
"https://easylist.to/easylist/easylist.txt"
|
||||
"https://easylist.to/easylist/easyprivacy.txt"
|
||||
];
|
||||
};
|
||||
enabled = true;
|
||||
};
|
||||
|
|
@ -212,14 +221,29 @@
|
|||
};
|
||||
fileselect = {
|
||||
folder = {
|
||||
command = ["kitty" "-e" "ranger" "--choosedir={}"];
|
||||
command = [
|
||||
"kitty"
|
||||
"-e"
|
||||
"ranger"
|
||||
"--choosedir={}"
|
||||
];
|
||||
};
|
||||
handler = "external";
|
||||
multiple_files = {
|
||||
command = ["kitty" "-e" "ranger" "--choosefile={}"];
|
||||
command = [
|
||||
"kitty"
|
||||
"-e"
|
||||
"ranger"
|
||||
"--choosefile={}"
|
||||
];
|
||||
};
|
||||
single_file = {
|
||||
command = ["kitty" "-e" "ranger" "--choosefile={}"];
|
||||
command = [
|
||||
"kitty"
|
||||
"-e"
|
||||
"ranger"
|
||||
"--choosefile={}"
|
||||
];
|
||||
};
|
||||
};
|
||||
qt = {
|
||||
|
|
|
|||
|
|
@ -30,10 +30,29 @@
|
|||
position = "bottom";
|
||||
height = 10;
|
||||
spacing = 0;
|
||||
modules-left = ["sway/workspaces" "sway/mode" "wlr/workspaces" "custom/mycal"];
|
||||
modules-left = [
|
||||
"sway/workspaces"
|
||||
"sway/mode"
|
||||
"wlr/workspaces"
|
||||
"custom/mycal"
|
||||
];
|
||||
modules-center = [];
|
||||
# modules-right = ["idle_inhibitor" "custom/mytimew" "pulseaudio" "custom/mymusic" "bluetooth" "network" "backlight" "battery" "battery#bat2" "tray" "custom/mycal" "clock"];
|
||||
modules-right = ["idle_inhibitor" "custom/weather" "custom/mytimew" "pulseaudio" "custom/mymusic" "bluetooth" "network" "backlight" "battery" "battery#bat2" "tray" "custom/mycal" "clock"];
|
||||
modules-right = [
|
||||
"idle_inhibitor"
|
||||
"custom/weather"
|
||||
"custom/mytimew"
|
||||
"pulseaudio"
|
||||
"custom/mymusic"
|
||||
"bluetooth"
|
||||
"network"
|
||||
"backlight"
|
||||
"battery"
|
||||
"battery#bat2"
|
||||
"tray"
|
||||
"custom/mycal"
|
||||
"clock"
|
||||
];
|
||||
bluetooth = {
|
||||
format-alt = "bt: {status}";
|
||||
format-on = "bt";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue