This commit is contained in:
2025-01-24 16:18:14 -05:00
parent e52ddc3314
commit 41d3167311
13 changed files with 138 additions and 75 deletions

View File

@@ -15,7 +15,7 @@
decorations = "none";
# semi-transparent
opacity = 0.95;
opacity = 0.975;
# padding between the content of the terminal and the edge
padding = {

View File

@@ -57,8 +57,7 @@
{
command = [
"${pkgs.xwayland-satellite-unstable}/bin/xwayland-satellite"
# (builtins.toString config.programs.niri.settings.environment.DISPLAY)
":0"
(builtins.toString config.programs.niri.settings.environment.DISPLAY)
];
}
];

View File

@@ -9,11 +9,6 @@
url = "https://www.factorio.com/blog/rss";
}
{
title = "Firefox Nightly News";
url = "https://blog.nightly.mozilla.org/feed/";
}
{
title = "Servo Blog";
url = "https://servo.org/blog/feed.xml";
@@ -54,11 +49,6 @@
url = "https://jarbus.net/index.xml";
}
{
title = "Terence Eden";
url = "https://shkspr.mobi/blog/feed/atom/";
}
{
title = "GioCities";
url = "https://blog.giovanh.com/feeds/atom.xml";
@@ -69,11 +59,6 @@
url = "https://mcyoung.xyz/atom.xml";
}
{
title = "Embrace the Red";
url = "https://embracethered.com/blog/index.xml";
}
{
title = "Chips and Cheese";
url = "https://chipsandcheese.com/feed/";

View File

@@ -0,0 +1,12 @@
{ pkgs, lib, ... }:
{
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [
trezor-udev-rules
trezord
trezor-suite
monero-gui
monero-cli
trezorctl
];
}