Updated formating

This commit is contained in:
k
2026-01-27 16:11:58 -05:00
parent 07fd3a6afc
commit f8eccabdb3
4 changed files with 16 additions and 10 deletions

View File

@@ -99,7 +99,7 @@
"$mainMod, Return, exec, $terminal"
"$mainMod, D, exec, $menu"
"$mainMod Shift, C, killactive,"
"$mainMod, Space, exec, toggle_float"
"$mainMod, Space, togglefloating"
"$mainMod, Escape, exec, ${pkgs.hyprlock}/bin/hyprlock"
#emacs

View File

@@ -14,6 +14,7 @@
home = {
packages = with pkgs; [
firefox
lagrange
chromium #this might replace firefox
keepassxc
thunderbird
@@ -44,7 +45,10 @@
emacs = {
enable = true;
package = pkgs.emacs-pgtk.override{withTreeSitter=true; withNativeCompilation=true;};
package = pkgs.emacs-pgtk.override {
withTreeSitter = true;
withNativeCompilation = true;
};
extraPackages = epkgs: [
epkgs.vterm
];

View File

@@ -17,12 +17,14 @@
listenPort = 51820;
privateKeyFile = "/keys/wg-private";
peers = [
{ # laptop
{
# laptop
publicKey = "Ze2y3K+blI3aBc1AKTlvv90j+McBaitB+qSLazsuSFM=";
allowedIPs = ["10.0.0.2/32"];
}
{ # phone
{
# phone
publicKey = "vcheBoHRxCrwzbMw0UI9ZsQfVDJizBWkeM+pF5/8+HE=";
allowedIPs = ["10.0.0.3/32"];
}