From 7da654775634e87a7b2828117f4e9d65a5064c26 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 2 Feb 2026 19:33:45 -0600 Subject: [PATCH] chore | cleanup --- home/gui/qutebrowser.nix | 6 +++--- hosts/template/default.nix | 2 -- hosts/wm/default.nix | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/home/gui/qutebrowser.nix b/home/gui/qutebrowser.nix index c1efef0..c96d8c3 100644 --- a/home/gui/qutebrowser.nix +++ b/home/gui/qutebrowser.nix @@ -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/#"; diff --git a/hosts/template/default.nix b/hosts/template/default.nix index 7fcc8ce..1aaa8d3 100644 --- a/hosts/template/default.nix +++ b/hosts/template/default.nix @@ -31,7 +31,5 @@ primary.enable = false; wm = { sway.enable = true; - kde.enable = false; - cosmic.enable = false; }; } diff --git a/hosts/wm/default.nix b/hosts/wm/default.nix index 95c2122..da0badb 100644 --- a/hosts/wm/default.nix +++ b/hosts/wm/default.nix @@ -1 +1 @@ -{ pkgs, ... }: { imports = [ ./sway ./kde ]; } +{ pkgs, ... }: { imports = [ ./sway ]; }