things
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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)
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
@@ -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/";
|
||||
|
||||
12
home-manager/progs/trezor.nix
Normal file
12
home-manager/progs/trezor.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user