Compare commits

..

No commits in common. "3b6a66f0bbc8b029be0c07a538c7fe6fd50c9c5a" and "4bc1f17f80e81d93c9d437b606e307891e8a111a" have entirely different histories.

6 changed files with 4 additions and 12 deletions

View File

@ -38,8 +38,6 @@ in lib.mkMerge [
pkgs.libsForQt5.qt5ct
materia-theme
materia-kde-theme
# Weylus for using the tablet
weylus
];
# Bluetooth applet

View File

@ -19,7 +19,6 @@ in with lib; {
inputs.self.packages.${pkgs.system}.pyprland
# Auto workspace renaming
inputs.self.packages.${pkgs.system}.hyprland-autoname-workspaces
wlr-randr
];
#########################
## Hyprland

View File

@ -9,8 +9,6 @@ in {
gimp-with-plugins
# Krita for drawing
unstable.krita
# Xournal for recording notes
xournalpp
# Pinta for basic image editing
unstable.pinta
# Command line tools for image conversion and handling

View File

@ -73,10 +73,10 @@ in {
useDHCP = false;
interfaces.enp6s0.useDHCP = true;
nat.externalInterface = "enp6s0";
# Open ports for soulseek and weylus
# Open ports for soulseek
firewall = {
allowedTCPPorts = [ 61377 1701 9001 ];
allowedUDPPorts = [ 61377 1701 9001 ];
allowedTCPPorts = [ 61377 ];
allowedUDPPorts = [ 61377 ];
};
};

View File

@ -21,9 +21,6 @@
wayland.windowManager.hyprland.extraConfig = ''
# monitor=DP-1,preferred,auto,1.4,bitdepth,10
# disable 10 bit output for now as this breaks screenshots
misc {
vrr = 1
}
monitor=DP-1,preferred,auto,1.4
input {
sensitivity = -0.8

View File

@ -4,7 +4,7 @@ set -eou pipefail
# Get the list of rooms with no local users
empty_rooms() {
psql -d synapse -c "SELECT room_id FROM room_stats_current WHERE local_users_in_room = 0 \
ORDER BY current_state_events DESC LIMIT 10;" -t --csv
ORDER BY current_state_events DESC LIMIT 3;" -t --csv
}
# Delete a room and purge its history