task | reformatted with nixfmt
This commit is contained in:
parent
e3fea64660
commit
c3a0a0847f
119 changed files with 1010 additions and 2135 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }: {
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }: {
|
||||
xdg.configFile."autostart" = {
|
||||
recursive = true;
|
||||
source = ./files/autostart;
|
||||
|
|
|
|||
|
|
@ -1,7 +1 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
gnome-boxes
|
||||
libvirt
|
||||
qemu
|
||||
];
|
||||
}
|
||||
{ pkgs, ... }: { home.packages = with pkgs; [ gnome-boxes libvirt qemu ]; }
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
{ pkgs, inputs, ... }: {
|
||||
home-manager.users.don = {
|
||||
imports = [
|
||||
./alacritty.nix
|
||||
|
|
@ -16,13 +12,11 @@
|
|||
./sway.nix
|
||||
./terminals.nix
|
||||
];
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
fonts = { fontconfig = { enable = true; }; };
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {qutebrowser = prev.qutebrowser.override {enableWideVine = true;};})
|
||||
(final: prev: {
|
||||
qutebrowser = prev.qutebrowser.override { enableWideVine = true; };
|
||||
})
|
||||
];
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
|
|
@ -69,45 +63,46 @@
|
|||
watchmate
|
||||
widevine-cdm
|
||||
yt-dlp
|
||||
]
|
||||
++ lib.optional (pkgs.hostPlatform.system == "x86_64-linux") sonixd;
|
||||
] ++ lib.optional (pkgs.hostPlatform.system == "x86_64-linux") sonixd;
|
||||
xdg = {
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
associations.added = {
|
||||
"application/octet-stream" = ["gvim.desktop"];
|
||||
"application/octet-stream" = [ "gvim.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"];
|
||||
"image/x-adobe-dng" = ["imv.desktop"];
|
||||
"inode/directory" = ["thunar.desktop"];
|
||||
"text/plain" = ["gvim.desktop"];
|
||||
"x-scheme-handler/pdf" = ["pdfview.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" ];
|
||||
"image/x-adobe-dng" = [ "imv.desktop" ];
|
||||
"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"
|
||||
];
|
||||
};
|
||||
defaultApplications = {
|
||||
"inode/directory" = ["thunar.desktop"];
|
||||
"model/3mf" = ["com.ultimaker.cura.desktop"];
|
||||
"model/gltf+json" = ["com.ultimaker.cura.desktop"];
|
||||
"model/gltf-binary" = ["com.ultimaker.cura.desktop"];
|
||||
"model/stl" = ["com.ultimaker.cura.desktop"];
|
||||
"text/html" = ["org.qutebrowser.qutebrowser.desktop"];
|
||||
"x-scheme-handler/about" = ["org.qutebrowser.qutebrowser.desktop"];
|
||||
"x-scheme-handler/etcher" = ["balena-etcher.desktop"];
|
||||
"x-scheme-handler/http" = ["org.qutebrowser.qutebrowser.desktop"];
|
||||
"x-scheme-handler/https" = ["org.qutebrowser.qutebrowser.desktop"];
|
||||
"x-scheme-handler/msteams" = ["teams-for-linux.desktop"];
|
||||
"x-scheme-handler/pdf" = ["myweb.desktop"];
|
||||
"x-scheme-handler/tg" = ["userapp-Telegram Desktop-LOTG11.desktop"];
|
||||
"x-scheme-handler/tootle" = ["com.github.bleakgrey.tootle.desktop"];
|
||||
"x-scheme-handler/unknown" = ["org.qutebrowser.qutebrowser.desktop"];
|
||||
"application/pdf" = ["org.pwmt.zathura-pdf-mupdf.desktop"];
|
||||
"x-scheme-handler/mailto" = ["neomutt.desktop"];
|
||||
"inode/directory" = [ "thunar.desktop" ];
|
||||
"model/3mf" = [ "com.ultimaker.cura.desktop" ];
|
||||
"model/gltf+json" = [ "com.ultimaker.cura.desktop" ];
|
||||
"model/gltf-binary" = [ "com.ultimaker.cura.desktop" ];
|
||||
"model/stl" = [ "com.ultimaker.cura.desktop" ];
|
||||
"text/html" = [ "org.qutebrowser.qutebrowser.desktop" ];
|
||||
"x-scheme-handler/about" = [ "org.qutebrowser.qutebrowser.desktop" ];
|
||||
"x-scheme-handler/etcher" = [ "balena-etcher.desktop" ];
|
||||
"x-scheme-handler/http" = [ "org.qutebrowser.qutebrowser.desktop" ];
|
||||
"x-scheme-handler/https" = [ "org.qutebrowser.qutebrowser.desktop" ];
|
||||
"x-scheme-handler/msteams" = [ "teams-for-linux.desktop" ];
|
||||
"x-scheme-handler/pdf" = [ "myweb.desktop" ];
|
||||
"x-scheme-handler/tg" = [ "userapp-Telegram Desktop-LOTG11.desktop" ];
|
||||
"x-scheme-handler/tootle" = [ "com.github.bleakgrey.tootle.desktop" ];
|
||||
"x-scheme-handler/unknown" =
|
||||
[ "org.qutebrowser.qutebrowser.desktop" ];
|
||||
"application/pdf" = [ "org.pwmt.zathura-pdf-mupdf.desktop" ];
|
||||
"x-scheme-handler/mailto" = [ "neomutt.desktop" ];
|
||||
};
|
||||
};
|
||||
desktopEntries = {
|
||||
|
|
@ -133,7 +128,7 @@
|
|||
terminal = false;
|
||||
name = "myweb";
|
||||
exec = "/home/don/bin/myweb %u";
|
||||
mimeType = ["x-scheme-handler/pdf"];
|
||||
mimeType = [ "x-scheme-handler/pdf" ];
|
||||
};
|
||||
cooking-notebook = {
|
||||
type = "Application";
|
||||
|
|
@ -148,8 +143,8 @@
|
|||
type = "Application";
|
||||
icon = "obsidian";
|
||||
comment = "Obsidian";
|
||||
mimeType = ["x-scheme-handler/obsidian"];
|
||||
categories = ["Office"];
|
||||
mimeType = [ "x-scheme-handler/obsidian" ];
|
||||
categories = [ "Office" ];
|
||||
};
|
||||
journal = {
|
||||
name = "Journal";
|
||||
|
|
@ -158,13 +153,11 @@
|
|||
type = "Application";
|
||||
icon = "obsidian";
|
||||
comment = "Obsidian Journal";
|
||||
mimeType = ["x-scheme-handler/obsidian"];
|
||||
categories = ["Office"];
|
||||
mimeType = [ "x-scheme-handler/obsidian" ];
|
||||
categories = [ "Office" ];
|
||||
};
|
||||
};
|
||||
configFile = {
|
||||
"shikane/config.toml".source = files/shikane.toml;
|
||||
};
|
||||
configFile = { "shikane/config.toml".source = files/shikane.toml; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [fuzzel];
|
||||
{ config, pkgs, ... }: {
|
||||
home.packages = with pkgs; [ fuzzel ];
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -15,9 +11,7 @@
|
|||
prompt = "❯ ";
|
||||
layer = "overlay";
|
||||
};
|
||||
border = {
|
||||
radius = 20;
|
||||
};
|
||||
border = { radius = 20; };
|
||||
dmenu = {
|
||||
exit-immediately-if-empty = true;
|
||||
mode = "index";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [ktimer];
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ ktimer ];
|
||||
xdg.configFile."ktimerrc".text = ''
|
||||
[Job0]
|
||||
Command[$e]=$HOME/bin/timeup
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }: {
|
||||
programs = {
|
||||
mpv = {
|
||||
enable = true;
|
||||
|
|
@ -22,7 +22,8 @@
|
|||
hr-seek = "yes";
|
||||
index = "default";
|
||||
save-position-on-quit = "yes";
|
||||
script-opts = "ytdl_hook-ytdl_path=/etc/profiles/per-user/don/bin/yt-dlp";
|
||||
script-opts =
|
||||
"ytdl_hook-ytdl_path=/etc/profiles/per-user/don/bin/yt-dlp";
|
||||
# scripts=[ pkgs.mpvScripts.autoload ];
|
||||
slang = "en";
|
||||
user-agent = "Mozilla/5.0";
|
||||
|
|
|
|||
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{ inputs, outputs, pkgs, ... }: {
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
loadAutoconfig = true;
|
||||
|
|
@ -20,7 +15,8 @@
|
|||
",j" = "spawn --userscript joplin-import";
|
||||
",l" = "spawn --userscript qute-bitwarden";
|
||||
",m" = "spawn --userscript mymail";
|
||||
",n" = ''config-cycle content.user_stylesheets /home/don/src/solarized-everything-css/css/mine.css ""'';
|
||||
",n" = ''
|
||||
config-cycle content.user_stylesheets /home/don/src/solarized-everything-css/css/mine.css ""'';
|
||||
",o" = "spawn --userscript obsidian-import";
|
||||
",r" = "spawn --userscript recipe";
|
||||
",t" = "spawn --userscript qute-bitwarden --totp-only";
|
||||
|
|
@ -31,7 +27,8 @@
|
|||
"gF" = "spawn --userscript openfeeds";
|
||||
"xb" = "config-cycle statusbar.show always in-mode";
|
||||
"xt" = "config-cycle tabs.show always switching";
|
||||
"xx" = "config-cycle statusbar.show always in-mode ;; config-cycle tabs.show always switching";
|
||||
"xx" =
|
||||
"config-cycle statusbar.show always in-mode ;; config-cycle tabs.show always switching";
|
||||
};
|
||||
};
|
||||
searchEngines = {
|
||||
|
|
@ -51,7 +48,8 @@
|
|||
buymusic2 = "https://www.hdtracks.com/";
|
||||
cal = "https://cloud.trex-halfbeak.ts.net/apps/calendar/timeGridDay/now";
|
||||
canvas = "https://katyisd.instructure.com/login/ldap";
|
||||
centerpoint = "http://gis.centerpointenergy.com/outagetracker/?WT.ac=OC_Image_Callout";
|
||||
centerpoint =
|
||||
"http://gis.centerpointenergy.com/outagetracker/?WT.ac=OC_Image_Callout";
|
||||
chase = "https://www.chase.com/";
|
||||
chromeos = "https://cros-updates-serving.appspot.com/";
|
||||
cloud = "https://cloud.trex-halfbeak.ts.net/apps/dashboard/";
|
||||
|
|
@ -61,7 +59,8 @@
|
|||
cups = "http://localhost:631/printers/printer";
|
||||
darkroom = "https://thedarkroom.com/photodashboard/";
|
||||
disk = "https://smart.trex-halfbeak.ts.net/web/dashboard";
|
||||
driversed = "https://driving.aceable.com/teacher/log?studentId=I89fno2YEZo4hQ40";
|
||||
driversed =
|
||||
"https://driving.aceable.com/teacher/log?studentId=I89fno2YEZo4hQ40";
|
||||
droplet = "https://cloud.digitalocean.com/droplets?i=a8b99f";
|
||||
dtstyle = "https://dtstyle.net/";
|
||||
ercot = "https://www.ercot.com/gridmktinfo/dashboards";
|
||||
|
|
@ -69,28 +68,35 @@
|
|||
flood = "https://www.harriscountyfws.org/";
|
||||
gatus = "https://gatus.trex-halfbeak.ts.net/";
|
||||
gcal = "https://calendar.google.com/calendar/r";
|
||||
gfamily = "https://familylink.google.com/member/112279402605706545724/highlights";
|
||||
gfamily =
|
||||
"https://familylink.google.com/member/112279402605706545724/highlights";
|
||||
git = "https://git.trex-halfbeak.ts.net/?repo-search-query=m";
|
||||
gmail = "https://mail.google.com/mail/u/0/?pli=1#inbox";
|
||||
gmaps = "https://www.google.com/maps/";
|
||||
gmessages = "https://messages.google.com/web/conversations";
|
||||
gphoto = "https://photos.google.com/";
|
||||
gvoice = "https://voice.google.com/u/0/calls";
|
||||
hac = "https://homeaccess.katyisd.org/HomeAccess/Account/LogOn?ReturnUrl=%2FHomeAccess";
|
||||
heb = "https://www.heb.com/collections/weekly-ad?customFilters=onAdFilter&shoppingStore=497&utm_source=1021275&utm_medium=email&utm_campaign=2023-11-24-weekly-ad&utm_content=weekly-ad-banner";
|
||||
hac =
|
||||
"https://homeaccess.katyisd.org/HomeAccess/Account/LogOn?ReturnUrl=%2FHomeAccess";
|
||||
heb =
|
||||
"https://www.heb.com/collections/weekly-ad?customFilters=onAdFilter&shoppingStore=497&utm_source=1021275&utm_medium=email&utm_campaign=2023-11-24-weekly-ad&utm_content=weekly-ad-banner";
|
||||
hetzner = "https://console.hetzner.cloud/projects";
|
||||
hometail = "http://homeassistant.tail:8123/lovelace-mine/default_view";
|
||||
hurricane = "https://www.nhc.noaa.gov/";
|
||||
ice = "https://ice.home.duckland.org/";
|
||||
imdb = "https://www.imdb.com/";
|
||||
instapot-cook-times = "https://temeculablogs.com/instant-pot-cooking-times/";
|
||||
jelly = "https://jellyfin.trex-halfbeak.ts.net/web/index.html#!/home.html";
|
||||
instapot-cook-times =
|
||||
"https://temeculablogs.com/instant-pot-cooking-times/";
|
||||
jelly =
|
||||
"https://jellyfin.trex-halfbeak.ts.net/web/index.html#!/home.html";
|
||||
jellyreq = "https://jellyseerr.trex-halfbeak.ts.net/discover/trending";
|
||||
jzoom = "https://jpmchase.zoom.us/";
|
||||
katy-bus = "https://busroutes.katyisd.org/wqsimweb/webquery/";
|
||||
katy-bus-times = "https://busroutes.katyisd.org/wqsimweb/webquery/WebQueryRequestController?action=2&schoolcode=046&numofstops=1&schoolname=BECK+JUNIOR+HIGH&attendSchoolIndex=0#stops";
|
||||
katy-bus-times =
|
||||
"https://busroutes.katyisd.org/wqsimweb/webquery/WebQueryRequestController?action=2&schoolcode=046&numofstops=1&schoolname=BECK+JUNIOR+HIGH&attendSchoolIndex=0#stops";
|
||||
katy-pay = "https://katyisd.revtrak.net/";
|
||||
kindle = "https://smile.amazon.com/mn/dcw/myx.html/ref=kinw_myk_redirect#/home/content/booksAll/dateDsc/";
|
||||
kindle =
|
||||
"https://smile.amazon.com/mn/dcw/myx.html/ref=kinw_myk_redirect#/home/content/booksAll/dateDsc/";
|
||||
kindle-read = "https://www.amazon.com/kindle-dbs/ku/ku-central/";
|
||||
kisdcal = "https://www.katyisd.org/Page/2#calendar1/20230801/month";
|
||||
kroger = "https://www.kroger.com/weeklyad";
|
||||
|
|
@ -112,16 +118,19 @@
|
|||
nix-config = "https://nixos.org/manual/nixos/stable/options.html";
|
||||
nix-dev = "https://nix.dev/";
|
||||
nix-hardware = "https://github.com/duckunix/nixos-hardware";
|
||||
nix-home-manual = "https://nix-community.github.io/home-manager/options.xhtml";
|
||||
nix-home-manual =
|
||||
"https://nix-community.github.io/home-manager/options.xhtml";
|
||||
nix-manual = "https://nixos.org/manual/nixos/stable/index.html";
|
||||
nix-options = "https://search.nixos.org/options?";
|
||||
nix-package = "https://search.nixos.org/packages";
|
||||
nix-up-software = "https://nix.dev/tutorials/learning-journey/packaging-existing-software";
|
||||
nix-up-software =
|
||||
"https://nix.dev/tutorials/learning-journey/packaging-existing-software";
|
||||
nix-versions = "https://lazamar.co.uk/nix-versions/";
|
||||
nix-wiki = "https://nixos.wiki/";
|
||||
ntop = "https://ice.home.duckland.org:3001/";
|
||||
octoprint = "http://octopi.tail/?#temp";
|
||||
orders = "https://www.amazon.com/gp/css/order-history?ref_=nav_orders_first";
|
||||
orders =
|
||||
"https://www.amazon.com/gp/css/order-history?ref_=nav_orders_first";
|
||||
photos = "https://photos.trex-halfbeak.ts.net/";
|
||||
pi = "http://pihole.tail/admin/";
|
||||
pinetab2-releases = "https://wiki.pine64.org/wiki/PineTab2_Releases";
|
||||
|
|
@ -135,7 +144,8 @@
|
|||
smile = "https://www.amazon.com/";
|
||||
spacecity = "https://spacecityweather.com/";
|
||||
sprouts = "https://www.sprouts.com/weekly-ad/";
|
||||
star = "https://starpizzacinco.revelup.com/weborder/?establishment=1#index";
|
||||
star =
|
||||
"https://starpizzacinco.revelup.com/weborder/?establishment=1#index";
|
||||
swayutil = "https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway";
|
||||
sync-dragon = "http://dragon.tail:8384/#";
|
||||
sync-eve = "http://eve.tail:8384/#";
|
||||
|
|
@ -160,7 +170,8 @@
|
|||
vonage = "https://secure.vonage.com/account/login.html";
|
||||
vortexic = "https://vortexic-university.sparkuniversity.co/Courses.aspx";
|
||||
waze = "https://www.waze.com/livemap";
|
||||
weather = "https://merrysky.net/forecast/Cinco%20Ranch%20High%20School,%20Katy,%20%20TX/us";
|
||||
weather =
|
||||
"https://merrysky.net/forecast/Cinco%20Ranch%20High%20School,%20Katy,%20%20TX/us";
|
||||
weather2 = "https://openweathermap.org/city/4681485";
|
||||
weather3 = "https://www.wunderground.com/weather/us/tx/katy/29.79,-95.82";
|
||||
weather4 = "https://www.weatherbug.com/weather-forecast/now/";
|
||||
|
|
@ -180,9 +191,7 @@
|
|||
#c.bindings = { key_mappings = ['<Ctrl+6>': '<Ctrl+^>' '<Ctrl+Enter>': '<Ctrl+Return>' '<Ctrl+j>': '<Return>' '<Ctrl+m>': '<Return>' '<Ctrl+[>': '<Escape>' '<Enter>': '<Return>' '<Shift+Enter>': '<Return>' '<Shift+Return>': '<Return>']}
|
||||
'';
|
||||
settings = {
|
||||
auto_save = {
|
||||
session = true;
|
||||
};
|
||||
auto_save = { session = true; };
|
||||
#};
|
||||
colors = {
|
||||
webpage = {
|
||||
|
|
@ -203,12 +212,8 @@
|
|||
};
|
||||
};
|
||||
completion = {
|
||||
open_categories = [
|
||||
"quickmarks"
|
||||
"searchengines"
|
||||
"bookmarks"
|
||||
"history"
|
||||
];
|
||||
open_categories =
|
||||
[ "quickmarks" "searchengines" "bookmarks" "history" ];
|
||||
};
|
||||
content = {
|
||||
autoplay = false;
|
||||
|
|
@ -223,66 +228,35 @@
|
|||
enabled = true;
|
||||
};
|
||||
};
|
||||
downloads = {
|
||||
prevent_mixed_content = true;
|
||||
};
|
||||
downloads = { prevent_mixed_content = true; };
|
||||
fileselect = {
|
||||
folder = {
|
||||
command = [
|
||||
"kitty"
|
||||
"-e"
|
||||
"ranger"
|
||||
"--choosedir={}"
|
||||
];
|
||||
};
|
||||
folder = { 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 = {
|
||||
args = ["widevine-path=${pkgs.widevine-cdm}/share/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so"];
|
||||
workarounds = {
|
||||
remove_service_workers = true;
|
||||
};
|
||||
};
|
||||
spellcheck = {
|
||||
languages = ["en-US"];
|
||||
};
|
||||
statusbar = {
|
||||
show = "in-mode";
|
||||
args = [
|
||||
"widevine-path=${pkgs.widevine-cdm}/share/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so"
|
||||
];
|
||||
workarounds = { remove_service_workers = true; };
|
||||
};
|
||||
spellcheck = { languages = [ "en-US" ]; };
|
||||
statusbar = { show = "in-mode"; };
|
||||
tabs = {
|
||||
favicons = {
|
||||
scale = 1;
|
||||
};
|
||||
indicator = {
|
||||
width = 1;
|
||||
};
|
||||
favicons = { scale = 1; };
|
||||
indicator = { width = 1; };
|
||||
mode_on_change = "restore";
|
||||
position = "bottom";
|
||||
select_on_remove = "next";
|
||||
show = "always";
|
||||
title = {
|
||||
format = "{audio}{current_title}";
|
||||
};
|
||||
};
|
||||
url = {
|
||||
default_page = "about:blank";
|
||||
title = { format = "{audio}{current_title}"; };
|
||||
};
|
||||
url = { default_page = "about:blank"; };
|
||||
};
|
||||
};
|
||||
home.file.qutebrowserlocal = {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{ config, pkgs, ... }: {
|
||||
services.redshift = {
|
||||
enable = true;
|
||||
latitude = "29.74";
|
||||
|
|
|
|||
|
|
@ -1,10 +1,6 @@
|
|||
{...}: {
|
||||
{ ... }: {
|
||||
services = {
|
||||
gnome-keyring = {
|
||||
enable = true;
|
||||
};
|
||||
ssh-agent = {
|
||||
enable = true;
|
||||
};
|
||||
gnome-keyring = { enable = true; };
|
||||
ssh-agent = { enable = true; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,6 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
hostname,
|
||||
outputs,
|
||||
osConfig,
|
||||
...
|
||||
}: {
|
||||
xdg.configFile."sway/config".source = ./files/sway/${osConfig.networking.hostName};
|
||||
{ inputs, pkgs, hostname, outputs, osConfig, ... }: {
|
||||
xdg.configFile."sway/config".source =
|
||||
./files/sway/${osConfig.networking.hostName};
|
||||
xdg.configFile."waybar/weather.py".source = ./files/sway/weather.py;
|
||||
xdg.configFile."waybar/weather.conf".source = ./files/sway/weather.conf;
|
||||
|
||||
|
|
@ -30,13 +24,9 @@
|
|||
position = "top";
|
||||
height = 10;
|
||||
spacing = 0;
|
||||
modules-left = [
|
||||
"sway/workspaces"
|
||||
"sway/mode"
|
||||
"wlr/workspaces"
|
||||
"custom/mycal"
|
||||
];
|
||||
modules-center = [];
|
||||
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"
|
||||
|
|
@ -89,12 +79,8 @@
|
|||
on-click = "~/bin/control-music --pause";
|
||||
interval = 5;
|
||||
};
|
||||
"sway/window" = {
|
||||
icon-size = 10;
|
||||
};
|
||||
"sway/mode" = {
|
||||
format = "<span style=\"italic\">{}</span>";
|
||||
};
|
||||
"sway/window" = { icon-size = 10; };
|
||||
"sway/mode" = { format = ''<span style="italic">{}</span>''; };
|
||||
"idle_inhibitor" = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
|
|
@ -107,7 +93,9 @@
|
|||
spacing = 10;
|
||||
};
|
||||
clock = {
|
||||
tooltip-format = "<big>{:%Y %B %d}</big>\n<tt><small>{calendar}</small></tt>";
|
||||
tooltip-format = ''
|
||||
<big>{:%Y %B %d}</big>
|
||||
<tt><small>{calendar}</small></tt>'';
|
||||
format = "{:%I:%M %p}";
|
||||
format-alt = "{:%Y-%m-%d}";
|
||||
on-click = "~/bin/mynewterm -e ikhal";
|
||||
|
|
@ -116,9 +104,7 @@
|
|||
format = "cpu: {usage}%";
|
||||
tooltip = false;
|
||||
};
|
||||
memory = {
|
||||
format = "mem: {}%";
|
||||
};
|
||||
memory = { format = "mem: {}%"; };
|
||||
temperature = {
|
||||
critical-threshold = 80;
|
||||
format = "{temperatureC}°C {icon}";
|
||||
|
|
@ -135,9 +121,7 @@
|
|||
format-discharging = "d:{capacity}% {time}";
|
||||
format-alt = "{time} {icon}";
|
||||
};
|
||||
"battery#bat2" = {
|
||||
bat = "BAT2";
|
||||
};
|
||||
"battery#bat2" = { bat = "BAT2"; };
|
||||
network = {
|
||||
format-wifi = "{essid} ({signalStrength}%)";
|
||||
format-ethernet = "{ipaddr}/{cidr}";
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{ config, pkgs, ... }: {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -16,19 +12,11 @@
|
|||
};
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
server = {
|
||||
enable = true;
|
||||
};
|
||||
server = { enable = true; };
|
||||
settings = {
|
||||
main = {
|
||||
term = "tmux-256color";
|
||||
};
|
||||
mouse = {
|
||||
hide-when-typing = "yes";
|
||||
};
|
||||
bell = {
|
||||
urgent = "yes";
|
||||
};
|
||||
main = { term = "tmux-256color"; };
|
||||
mouse = { hide-when-typing = "yes"; };
|
||||
bell = { urgent = "yes"; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue