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
|
|
@ -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