818 current 2024-07-09 20:51:10 24.11.20240708.655a58a 6.9.7-zen1 *

This commit is contained in:
zack 2024-07-09 20:51:16 -04:00
parent b921f24dbb
commit a8fd499ca4
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
13 changed files with 301 additions and 78 deletions

View file

@ -13,7 +13,7 @@ in {
enable = mkBoolOpt false "Enable Git Integration";
signByDefault = mkBoolOpt true "Sign by default";
signingKey = mkStringOpt "5B53E53A9A514DBA" "The KeyID of your GPG signingKey";
signingKey = mkStringOpt "5F873416BCF59F35" "The KeyID of your GPG signingKey";
};
config = mkIf cfg.enable {

View file

@ -250,6 +250,7 @@ in {
(extension "decentraleyes" "jid1-BoFifL9Vbdl2zQ@jetpack")
(extension "canvasblocker" "CanvasBlocker@kkapsner.de")
(extension "clearurls" "{74145f27-f039-47ce-a470-a662b129930a}")
(extension "mtab" "contact@maxhu.dev")
];
};
};

View file

@ -22,7 +22,7 @@ in {
LC_ALL = "en_US.UTF-8";
ZSH_AUTOSUGGEST_USE_ASYNC = "true";
SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
FLAKE = "/home/zack/nixos";
FLAKE = "/home/zoey/nixos/";
};
enableAutosuggestions = true;
history = {

View file

@ -74,7 +74,7 @@ in {
"${mod},M,exit"
"${mod},P,pseudo"
"${mod},B,exec,${pkgs.kitty}/bin/kitty \"${pkgs.tmux}/bin/tmux -d -s work '${pkgs.neovim}/bin/nvim'\""
"${mod},B,exec,${pkgs.foot}/bin/foot"
"${mod},J,togglesplit,"