diff --git a/home/home.nix b/home/home.nix index 9ddb32d..104d35d 100644 --- a/home/home.nix +++ b/home/home.nix @@ -177,10 +177,10 @@ }; local-matrix = { Homeserver = "https://matrix.tfcconnection.org"; - ListenAddress = "localhost"; + ListenAddress = "127.0.0.1"; ListenPort = 8008; - SSL = false; - IgnoreVerification = true; + # SSL = true; + # IgnoreVerification = true; }; }; }; @@ -248,10 +248,14 @@ programs.firefox = { enable = true; package = pkgs.firefox-wayland.override { - cfg = { - enableTridactylNative = true; - enablePlasmaBrowserIntegration = true; - }; + nativeMessagingHosts = [ + pkgs.plasma-browser-integration + pkgs.tridactyl-native + ]; + # cfg = { + # enableTridactylNative = true; + # enablePlasmaBrowserIntegration = true; + # }; }; profiles.chris = { name = "default"; diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 44eb175..197a7fd 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -13,7 +13,7 @@ in home.file.".config/hypr/hyprland.conf" = { text = '' - monitor=eDP-1,2256x1504@60,0x0,1.5 + monitor=eDP-1,2256x1504@60,0x0,1.566667 monitor=HDMI-A-1,preferred,0x0,1 monitor=DP-1,preferred,1080x0,1.5 monitor=DP-2,preferred,3640,1 diff --git a/modules/desktop.nix b/modules/desktop.nix index b6a9313..7e2e905 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -139,7 +139,7 @@ with lib; services.avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; }; # Enable sound. @@ -201,6 +201,20 @@ with lib; services.usbmuxd.enable = true; services.fstrim.enable = true; + # services.pantalaimon-headless = { + # instances = { + # tfc = { + # homeserver = "https://matrix.tfcconnection.org"; + # # listenAddress = "localhost"; + # listenPort = 8008; + # ssl = true; + # # extraSettings = { + # # IgnoreVerification = true; + # # } + # }; + # }; + # }; + ####################### # VIRTUALIZATION ####################### diff --git a/pkgs/desktop-packages.nix b/pkgs/desktop-packages.nix index 7bfd872..4305b2e 100644 --- a/pkgs/desktop-packages.nix +++ b/pkgs/desktop-packages.nix @@ -15,6 +15,7 @@ with lib; openssl cyrus-sasl-xoauth2 ark + pantalaimon ifuse dash brightnessctl diff --git a/systems/syl/configuration.nix b/systems/syl/configuration.nix index dbaa04d..b0a03a7 100644 --- a/systems/syl/configuration.nix +++ b/systems/syl/configuration.nix @@ -94,7 +94,7 @@ services.locate = { enable = true; - locate = pkgs.plocate; + package = pkgs.plocate; localuser = null; interval = "hourly"; prunePaths = [ "/tmp" "/nix/store" "/nix/var/log/nix" "/etc" "/bin" "/boot" "/usr" "/var" "/run" "/srv" "/sys" "/root" "/proc" "/opt" "/dev" "/home/chris/.emacs.d" "/home/chris/.config" "/home/chris/.nix-profile" "/home/chris/.profile" "/home/chris/dev/nixpkgs" "/home/chris/.cache" "/home/chris/.local" "/home/chris/.dotemacs" "/home/chris/.cargo" "/home/chris/.mozilla" "/home/chris/.var" "/home/chris/.dotfiles" "/home/chris/.dbus" "/home/chris/.android" "/var/lib"];