Updated formating
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
"$mainMod, Return, exec, $terminal"
|
"$mainMod, Return, exec, $terminal"
|
||||||
"$mainMod, D, exec, $menu"
|
"$mainMod, D, exec, $menu"
|
||||||
"$mainMod Shift, C, killactive,"
|
"$mainMod Shift, C, killactive,"
|
||||||
"$mainMod, Space, exec, toggle_float"
|
"$mainMod, Space, togglefloating"
|
||||||
"$mainMod, Escape, exec, ${pkgs.hyprlock}/bin/hyprlock"
|
"$mainMod, Escape, exec, ${pkgs.hyprlock}/bin/hyprlock"
|
||||||
|
|
||||||
#emacs
|
#emacs
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
|
lagrange
|
||||||
chromium #this might replace firefox
|
chromium #this might replace firefox
|
||||||
keepassxc
|
keepassxc
|
||||||
thunderbird
|
thunderbird
|
||||||
@@ -44,7 +45,10 @@
|
|||||||
|
|
||||||
emacs = {
|
emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs-pgtk.override{withTreeSitter=true; withNativeCompilation=true;};
|
package = pkgs.emacs-pgtk.override {
|
||||||
|
withTreeSitter = true;
|
||||||
|
withNativeCompilation = true;
|
||||||
|
};
|
||||||
extraPackages = epkgs: [
|
extraPackages = epkgs: [
|
||||||
epkgs.vterm
|
epkgs.vterm
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -17,12 +17,14 @@
|
|||||||
listenPort = 51820;
|
listenPort = 51820;
|
||||||
privateKeyFile = "/keys/wg-private";
|
privateKeyFile = "/keys/wg-private";
|
||||||
peers = [
|
peers = [
|
||||||
{ # laptop
|
{
|
||||||
|
# laptop
|
||||||
publicKey = "Ze2y3K+blI3aBc1AKTlvv90j+McBaitB+qSLazsuSFM=";
|
publicKey = "Ze2y3K+blI3aBc1AKTlvv90j+McBaitB+qSLazsuSFM=";
|
||||||
allowedIPs = ["10.0.0.2/32"];
|
allowedIPs = ["10.0.0.2/32"];
|
||||||
}
|
}
|
||||||
|
|
||||||
{ # phone
|
{
|
||||||
|
# phone
|
||||||
publicKey = "vcheBoHRxCrwzbMw0UI9ZsQfVDJizBWkeM+pF5/8+HE=";
|
publicKey = "vcheBoHRxCrwzbMw0UI9ZsQfVDJizBWkeM+pF5/8+HE=";
|
||||||
allowedIPs = ["10.0.0.3/32"];
|
allowedIPs = ["10.0.0.3/32"];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user