818 current 2024-07-09 20:51:10 24.11.20240708.655a58a 6.9.7-zen1 *
This commit is contained in:
parent
b921f24dbb
commit
a8fd499ca4
13 changed files with 301 additions and 78 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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,"
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ in {
|
|||
settings = rec {
|
||||
initial_session = {
|
||||
command = "Hyprland";
|
||||
user = "zack";
|
||||
user = "zoey";
|
||||
};
|
||||
default_session = initial_session;
|
||||
};
|
||||
|
|
@ -53,8 +53,9 @@ in {
|
|||
WLR_RENDERER = "wayland";
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
SDL_VIDEODRIVER = "wayland";
|
||||
XDG_CACHE_HOME = "/home/zack/.cache";
|
||||
XDG_CACHE_HOME = "/home/zoey/.cache";
|
||||
CLUTTER_BACKEND = "wayland";
|
||||
DEFAULT_BROWSER = "${pkgs.firefox}/bin/firefox";
|
||||
};
|
||||
loginShellInit = ''
|
||||
dbus-update-activation-environment --systemd DISPLAY
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ in {
|
|||
services.openvpn = {
|
||||
servers = {
|
||||
work = {
|
||||
config = ''config /home/zack/Downloads/zachary_myers.ovpn'';
|
||||
config = ''config /home/zoey/Downloads/zachary_myers.ovpn'';
|
||||
updateResolvConf = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ in {
|
|||
options.sites.search = with types; {
|
||||
enable = mkBoolOpt false "Enable Search (Searxng)";
|
||||
|
||||
domain = mkStringOpt "search.zackmyers.io" "The domain of the search instance";
|
||||
domain = mkStringOpt "search.zoeys.computer" "The domain of the search instance";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue