Desktop updates
5 files changed, 11 insertions, 4 deletions
diff --git a/host/Rory-desktop/optional/gui/hyprland.nix b/host/Rory-desktop/optional/gui/hyprland.nix
index 22fca5b..e8b62ff 100644
--- a/host/Rory-desktop/optional/gui/hyprland.nix
+++ b/host/Rory-desktop/optional/gui/hyprland.nix
@@ -8,7 +8,7 @@
{
programs.hyprland = {
enable = true;
-# package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
+ #package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
};
programs.hyprlock.enable = true;
@@ -20,6 +20,9 @@
slurp
easyeffects
keepassxc
+ hyprpaper
+ hyprpolkitagent
+ hyprpaper
];
#environment.etc."hyprPlugins" = {
diff --git a/host/Rory-nginx/services/containers/shared.nix b/host/Rory-nginx/services/containers/shared.nix
index f267ff0..c617e2b 100644
--- a/host/Rory-nginx/services/containers/shared.nix
+++ b/host/Rory-nginx/services/containers/shared.nix
@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
- neofetch
+ fastfetch
lnav
zsh
git
diff --git a/host/Rory-ovh/services/matrix/draupnir.nix b/host/Rory-ovh/services/matrix/draupnir.nix
index 3eb5bcc..54f5d23 100755
--- a/host/Rory-ovh/services/matrix/draupnir.nix
+++ b/host/Rory-ovh/services/matrix/draupnir.nix
@@ -30,11 +30,15 @@
protections = {
wordlist = {
words = [
+ # The Obvious
"tranny"
"faggot"
"ywnbaw"
"nigger"
+ # abuse domains
"https://postimg.cc/"
+ "https://s.binance.com"
+ # Dec 2025 IRC spam
"irc.hardchats.com"
"white power"
"white pride"
diff --git a/host/RoryNix/configuration.nix b/host/RoryNix/configuration.nix
index 8e3c0cc..3ba5116 100644
--- a/host/RoryNix/configuration.nix
+++ b/host/RoryNix/configuration.nix
@@ -104,7 +104,7 @@
environment.systemPackages = with pkgs; [
wget
- neofetch
+ fastfetch
lnav
pciutils
git
diff --git a/host/uISO/development.nix b/host/uISO/development.nix
index 6148c76..f1e3093 100644
--- a/host/uISO/development.nix
+++ b/host/uISO/development.nix
@@ -46,6 +46,6 @@
#coreutils
htop
btop
- neofetch
+ fastfetch
];
}
|