chore | cleanup

This commit is contained in:
Don Harper 2026-02-02 19:33:45 -06:00
parent fe711a41b3
commit 7da6547756
3 changed files with 4 additions and 6 deletions

View file

@ -73,7 +73,7 @@
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";
heb = "https://www.heb.com/";
hetzner = "https://console.hetzner.cloud/projects";
hometail = "http://homeassistant.trex-halfbeak.ts.net:8123/lovelace-mine/default_view";
hurricane = "https://www.nhc.noaa.gov/";
@ -88,7 +88,7 @@
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/";
kobo = "https://www.kobo.com/us/en/library/books";
kroger = "https://www.kroger.com/weeklyad";
kroger = "https://www.kroger.com/";
linkedin = "https://www.linkedin.com/feed/";
linode = "https://cloud.linode.com/linodes";
mail = "https://cloud.trex-halfbeak.ts.net/apps/mail/box/5";
@ -130,7 +130,7 @@
rss = "https://rss.trex-halfbeak.ts.net/i/";
smile = "https://www.amazon.com/";
spacecity = "https://spacecityweather.com/";
sprouts = "https://www.sprouts.com/weekly-ad/";
sprouts = "https://www.sprouts.com/";
star = "https://starpizzacinco.revelup.com/weborder/?establishment=1#index";
swayutil = "https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway";
sync-book = "http://book:8384/#";

View file

@ -31,7 +31,5 @@
primary.enable = false;
wm = {
sway.enable = true;
kde.enable = false;
cosmic.enable = false;
};
}

View file

@ -1 +1 @@
{ pkgs, ... }: { imports = [ ./sway ./kde ]; }
{ pkgs, ... }: { imports = [ ./sway ]; }