diff --git a/.webui_secret_key b/.webui_secret_key new file mode 100644 index 0000000..a7ef232 --- /dev/null +++ b/.webui_secret_key @@ -0,0 +1 @@ +kwFPhDwwopwPoXfz \ No newline at end of file diff --git a/configuration.nix b/configuration.nix index 80f1be9..d84cbc0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -57,18 +57,18 @@ in }; wantedBy = [ "multi-user.target" ]; }; - systemd.services.logid = { - description = "Logitech Configuration Daemon"; - startLimitIntervalSec = 0; - after = [ "multi-user.target" ]; - wants = [ "multi-user.target" ]; - serviceConfig = { - Type = "simple"; - ExecStart = "/run/current-system/sw/bin/logid"; - User = "root"; - }; - wantedBy = [ "multi-user.target" ]; - }; + # systemd.services.logid = { + # description = "Logitech Configuration Daemon"; + # startLimitIntervalSec = 0; + # after = [ "multi-user.target" ]; + # wants = [ "multi-user.target" ]; + # serviceConfig = { + # Type = "simple"; + # ExecStart = "/run/current-system/sw/bin/logid"; + # User = "root"; + # }; + # wantedBy = [ "multi-user.target" ]; + # }; # Install firefox. programs.firefox.enable = true; @@ -83,19 +83,6 @@ in # gcc glib xorg.libXext # ]; - virtualisation.docker = { - enable = true; - # enableNvidia = true; depreciated - rootless = { - enable = true; - setSocketVariable = true; - }; - daemon.settings = { - userland-proxy = false; - ipv6 = false; - }; - }; - services = { printing.enable = true; ollama = { @@ -104,6 +91,44 @@ in models = "/var/lib/ollama/models"; environmentVariables = {}; }; + open-webui = { + enable = true; + package = pkgs.open-webui; + port = 4040; + # host = "192.18.12.40"; + openFirewall = true; + environment = { + ANONYMIZED_TELEMETRY = "False"; + DO_NOT_TRACK = "True"; + SCARF_NO_ANALYTICS = "True"; + OLLAMA_API_BASE_URL = "http://127.0.0.1:11434/api"; + OLLAMA_BASE_URL = "http://127.0.0.1:11434"; + ENABLE_WEBSOCKET_SUPPORT = "True"; + WEBSOCKET_MANAGER= "redis"; + WEBSOCKET_REDIS_URL = "redis://127.0.0.1:6379/1"; + GLOBAL_LOG_LEVEL = "DEBUG"; + }; + }; + # comfyui = { + # enable = true; + # package = pkgs.comfyui-nvidia; + # host = "0.0.0.0"; + # models = builtins.attrValues pkgs.nixified-ai.models; + # customNodes = with comfyui.pkgs; [ + # comfyui-gguf + # comfyui-impact-pack + # ]; + # }; + redis = { + package = pkgs.redis; + vmOverCommit = true; + servers = { + bots = { + enable = true; + port = 6379; + }; + }; + }; input-remapper = { enable = true; enableUdevRules = true; @@ -214,7 +239,8 @@ in kdePackages.qtpositioning kdePackages.qtlocation kdePackages.ark kdePackages.dolphin kdePackages.dolphin-plugins # kdePackages.kwallet kdePackages.kwalletmanager kdePackages.konsole - kdePackages.qtwayland kdePackages.qtsvg kdePackages.kio kdePackages.kio-fuse kdePackages.kio-extras + kdePackages.qtwayland kdePackages.qtsvg + # kdePackages.kio kdePackages.kio-fuse kdePackages.kio-extras kdePackages.kdenetwork-filesharing kdePackages.kwallet kdePackages.kwalletmanager kdePackages.kwallet-pam # plasma5Packages.kwallet plasma5Packages.kwalletmanager plasma5Packages.kwallet-pam diff --git a/flake.lock b/flake.lock index 9aaa95d..fe4f7fa 100644 --- a/flake.lock +++ b/flake.lock @@ -58,11 +58,11 @@ "base16-vim": { "flake": false, "locked": { - "lastModified": 1740359818, - "narHash": "sha256-Tbjclt9SnCMj+9Szk9M+xWZ6gbo14ylVT+YBvuzFadg=", + "lastModified": 1742865606, + "narHash": "sha256-pa/tL778j11FHzS6TTKA96q8EWxAEneeMeXG7kDO0/Q=", "owner": "tinted-theming", "repo": "base16-vim", - "rev": "4dcc9a77d7aa19c063f0df00865ef60b7e99c8bd", + "rev": "3bca166be9ad02e28934fd6e5c38c31f59cd28fe", "type": "github" }, "original": { @@ -202,14 +202,14 @@ "nixpkgs-stable": "nixpkgs-stable", "nixpkgs-unstable": "nixpkgs-unstable", "zig": "zig", - "zig2nix": "zig2nix" + "zon2nix": "zon2nix" }, "locked": { - "lastModified": 1741594465, - "narHash": "sha256-8a/QIgNwV8VGn8JIiACmVVEdue+U3juiMSAO1DEUTC4=", + "lastModified": 1744158770, + "narHash": "sha256-2APOaRQd3ppQRgDPJAKluSu83XA78/b+0qghQp95kXU=", "owner": "ghostty-org", "repo": "ghostty", - "rev": "95daca616db5c24d7bb37fd5a3ac2f8762bb4ead", + "rev": "046e92865b4f2863815b7f7af52aab75d4bac63a", "type": "github" }, "original": { @@ -246,11 +246,11 @@ ] }, "locked": { - "lastModified": 1739757849, - "narHash": "sha256-Gs076ot1YuAAsYVcyidLKUMIc4ooOaRGO0PqTY7sBzA=", + "lastModified": 1744117652, + "narHash": "sha256-t7dFCDl4vIOOUMhEZnJF15aAzkpaup9x4ZRGToDFYWI=", "owner": "nix-community", "repo": "home-manager", - "rev": "9d3d080aec2a35e05a15cedd281c2384767c2cfe", + "rev": "b4e98224ad1336751a2ac7493967a4c9f6d9cb3f", "type": "github" }, "original": { @@ -345,11 +345,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1738255539, - "narHash": "sha256-hP2eOqhIO/OILW+3moNWO4GtdJFYCqAe9yJZgvlCoDQ=", + "lastModified": 1741992157, + "narHash": "sha256-nlIfTsTrMSksEJc1f7YexXiPVuzD1gOfeN1ggwZyUoc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c3511a3b53b482aa7547c9d1626fd7310c1de1c5", + "rev": "da4b122f63095ca1199bd4d526f9e26426697689", "type": "github" }, "original": { @@ -361,11 +361,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1738136902, - "narHash": "sha256-pUvLijVGARw4u793APze3j6mU1Zwdtz7hGkGGkD87qw=", + "lastModified": 1741865919, + "narHash": "sha256-4thdbnP6dlbdq+qZWTsm4ffAwoS8Tiq1YResB+RP6WE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9a5db3142ce450045840cc8d832b13b8a2018e0c", + "rev": "573c650e8a14b2faa0041645ab18aed7e60f0c9a", "type": "github" }, "original": { @@ -377,11 +377,11 @@ }, "nixpkgs-unstable_2": { "locked": { - "lastModified": 1741513245, - "narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=", + "lastModified": 1744098102, + "narHash": "sha256-tzCdyIJj9AjysC3OuKA+tMD/kDEDAF9mICPDU7ix0JA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1", + "rev": "c8cd81426f45942bb2906d5ed2fe21d2f19d95b7", "type": "github" }, "original": { @@ -409,11 +409,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1741600792, - "narHash": "sha256-yfDy6chHcM7pXpMF4wycuuV+ILSTG486Z/vLx/Bdi6Y=", + "lastModified": 1744168086, + "narHash": "sha256-S9M4HddBCxbbX1CKSyDYgZ8NCVyHcbKnBfoUXeRu2jQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ebe2788eafd539477f83775ef93c3c7e244421d3", + "rev": "60e405b241edb6f0573f3d9f944617fe33ac4a73", "type": "github" }, "original": { @@ -526,11 +526,11 @@ "tt-schemes": { "flake": false, "locked": { - "lastModified": 1741713929, - "narHash": "sha256-XRwEa2+sau3jsVN4QcffFu7cWoxkKVs0oqysSu3Anxc=", + "lastModified": 1742851696, + "narHash": "sha256-sR4K+OVFKeUOvNIqcCr5Br7NLxOBEwoAgsIyjsZmb8s=", "owner": "tinted-theming", "repo": "schemes", - "rev": "d4a7c5b683fb4d4150162d163889a7882625022e", + "rev": "c37771c4ae8ff1667e27ddcf24991ebeb94a4e77", "type": "github" }, "original": { @@ -546,11 +546,11 @@ ] }, "locked": { - "lastModified": 1741672271, - "narHash": "sha256-uwzPVIiJUus20WRMhN7xVcHNaniYPEkXjeWoM3I5rQ0=", + "lastModified": 1743912348, + "narHash": "sha256-Ui+kUYOhkQ0wkoJbCPLN/LpYQGp+R5sNVsawZWZsEcQ=", "owner": "youwen5", "repo": "zen-browser-flake", - "rev": "f9ed87557cb28ba557a15bb313f9b81554e90e0a", + "rev": "75acddf6a50f3a4dd920a3a7220828605ba91090", "type": "github" }, "original": { @@ -574,11 +574,11 @@ ] }, "locked": { - "lastModified": 1738239110, - "narHash": "sha256-Y5i9mQ++dyIQr+zEPNy+KIbc5wjPmfllBrag3cHZgcE=", + "lastModified": 1741825901, + "narHash": "sha256-aeopo+aXg5I2IksOPFN79usw7AeimH1+tjfuMzJHFdk=", "owner": "mitchellh", "repo": "zig-overlay", - "rev": "1a8fb6f3a04724519436355564b95fce5e272504", + "rev": "0b14285e283f5a747f372fb2931835dd937c4383", "type": "github" }, "original": { @@ -587,7 +587,7 @@ "type": "github" } }, - "zig2nix": { + "zon2nix": { "inputs": { "flake-utils": [ "ghostty", @@ -595,21 +595,21 @@ ], "nixpkgs": [ "ghostty", - "nixpkgs-stable" + "nixpkgs-unstable" ] }, "locked": { - "lastModified": 1741368279, - "narHash": "sha256-WTaC8HmnIq6O71iK0g9as404BbmS+YyEP5qS85m2JBY=", + "lastModified": 1742104771, + "narHash": "sha256-LhidlyEA9MP8jGe1rEnyjGFCzLLgCdDpYeWggibayr0=", "owner": "jcollie", - "repo": "zig2nix", - "rev": "672971b5b6911de21446ad4fc76dee677922eda0", + "repo": "zon2nix", + "rev": "56c159be489cc6c0e73c3930bd908ddc6fe89613", "type": "github" }, "original": { "owner": "jcollie", - "ref": "672971b5b6911de21446ad4fc76dee677922eda0", - "repo": "zig2nix", + "ref": "56c159be489cc6c0e73c3930bd908ddc6fe89613", + "repo": "zon2nix", "type": "github" } } diff --git a/hm/home.nix b/hm/home.nix index fbf1cc5..092200b 100644 --- a/hm/home.nix +++ b/hm/home.nix @@ -132,6 +132,8 @@ in # (import ../pkgs/app/editor/nvim.nix { pkgs = pkgs; }) # (import ../pkgs/app/terminal/alacritty.nix { pkgs = pkgs; }) # (import ../pkgs/app/audio/mopidy.nix { inherit pkgs; }) + (import ../pkgs/virtualisation/docker.nix { inherit pkgs; }) # This may have to go in config + (import ../pkgs/virtualisation/vbox.nix { inherit pkgs; }) ]; nixpkgs = { diff --git a/hm/pkgs/llm-packages.nix b/hm/pkgs/llm-packages.nix index 60ca3ee..ea8610d 100644 --- a/hm/pkgs/llm-packages.nix +++ b/hm/pkgs/llm-packages.nix @@ -3,6 +3,7 @@ with pkgs; [ # LLM's lmstudio + open-webui # aider-chat # (pkgs.python3.withPackages (ps: with ps; [ # virtualenv diff --git a/modules/containers.nix b/modules/containers.nix index 51419e6..38ea6b5 100644 --- a/modules/containers.nix +++ b/modules/containers.nix @@ -413,6 +413,10 @@ hostPath = "/home/wayne/dev/www/whc/2025/dashboard"; isReadOnly = false; }; + "/var/www/budget" = { + hostPath = "/home/wayne/dev/www/whc/2025/budget"; + isReadOnly = false; + }; }; # Testing to see if this even works # forwardPorts = [ @@ -428,6 +432,7 @@ }; networking = { enableIPv6 = false; + nameservers = [ "192.168.12.25" ]; }; users = { diff --git a/modules/files.nix b/modules/files.nix index 3c13e53..09fa46c 100644 --- a/modules/files.nix +++ b/modules/files.nix @@ -9,4 +9,12 @@ in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"]; }; + fileSystems."/mnt/share/Backupsups" = { + device = "//nas.local/Backups"; + fsType = "cifs"; + options = let + automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s"; + + in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"]; + }; } \ No newline at end of file diff --git a/modules/nix.nix b/modules/nix.nix index b98208b..9197cf5 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -16,6 +16,7 @@ "ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ]; + allowed-users = *; trusted-users = [ "root" "wayne" ]; cores = 12; max-jobs = 4; # Adjust this to your CPU core count or slightly below diff --git a/pkgs/shell/zsh.nix b/pkgs/shell/zsh.nix index da6f503..3911b59 100644 --- a/pkgs/shell/zsh.nix +++ b/pkgs/shell/zsh.nix @@ -33,7 +33,7 @@ }; localVariables = { # aider-chat - LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib:${pkgs.zlib}/lib"; + # LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib:${pkgs.zlib}/lib"; }; }; } diff --git a/pkgs/virtualisation/docker.nix b/pkgs/virtualisation/docker.nix new file mode 100644 index 0000000..ae21e7d --- /dev/null +++ b/pkgs/virtualisation/docker.nix @@ -0,0 +1,17 @@ +{ pkgs, ...}: +{ + virtualisation.docker = { + enable = true; + enableNvidia = true; # depreciated + package = pkgs.docker; + rootless = { + enable = true; + # setSocketVariable = true; # causes NVIDIA issues + package = pkgs.docker; + }; + daemon.settings = { + userland-proxy = false; + ipv6 = false; + }; + }; +} \ No newline at end of file diff --git a/pkgs/virtualisation/vbox.nix b/pkgs/virtualisation/vbox.nix new file mode 100644 index 0000000..0a423b3 --- /dev/null +++ b/pkgs/virtualisation/vbox.nix @@ -0,0 +1,23 @@ +{ pkgs, ...}: +{ + virtualisation.virtualbox = { + host = { + enable = true; + package = pkgs.virtualbox; + enableExtensionPack = true; + enableWebService = true; + addNetworkInterface = true; + enableHardening = true; + headless = false; + enableKvm = false; + }; + guest = { + enable = true; + seamless = true; + dragAndDrop = true; + clipboard = true; + vboxsf = true; + verbose = true; + }; + }; +} \ No newline at end of file diff --git a/pkgs/wm/hyprland/hyprland.nix b/pkgs/wm/hyprland/hyprland.nix index 173630a..eef3a0f 100644 --- a/pkgs/wm/hyprland/hyprland.nix +++ b/pkgs/wm/hyprland/hyprland.nix @@ -227,7 +227,7 @@ "dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus" "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "systemctl --user start plasma-polkit-agent" - "/nix/store/vgj704dz4i60cj70cvq988g1c6yg33l9-kwallet-pam-6.2.5/libexec/pam_kwallet_init --no-startup-id" + "/nix/store/vgj704dz4i60cj70cvq988g1c6yg33l9-kwallet-pam-6.2.5/libexec/pam_kwallet_init --no-startup-id" # Find a better path, changes on garbage collection "waybar &" # "hyprpaper &" "hypridle &" @@ -239,12 +239,12 @@ "${config.home.homeDirectory}/.config/hypr/scripts/start-keybase-gui.sh &" "input-remapper-control --command autoload &" - # "[workspace 4 silent] remmina -c rdp://wayne@xeon.local" + "[workspace 4 silent] remmina -c rdp://wayne@xeon.local" "[workspace 7 silent] sublime3" "[workspace 9 silent] keepassxc" "[workspace 9 silent] /home/wayne/.nix-profile/bin/nextcloud --background" - "[workspace 9 silent] /home/wayne/.nix-profile/bin/keybase-gui %u &" + "[workspace 9 silent] /home/wayne/.nix-profile/bin/keybase-gui %u" # "/nix/store/r3fdp5rlxcihmqhpcgy91sj918wnrmrc-pyprland-2.3.4/bin/pypr --debug ~/tmp/pypr.log" ]; diff --git a/pkgs/wm/waybar/default.json b/pkgs/wm/waybar/default.json index db3a3f7..8f12481 100644 --- a/pkgs/wm/waybar/default.json +++ b/pkgs/wm/waybar/default.json @@ -215,6 +215,7 @@ }, "tray": { + "show-passive-items": true, "icon-size": 31, "spacing": 10 }, diff --git a/pkgs/wm/waybar/waybar.nix b/pkgs/wm/waybar/waybar.nix index 1bc18f1..3956d3c 100644 --- a/pkgs/wm/waybar/waybar.nix +++ b/pkgs/wm/waybar/waybar.nix @@ -19,7 +19,8 @@ include = "~/system/pkgs/wm/waybar/default.json"; modules-left = [ "custom/os_button" "hyprland/workspaces#roman" ]; modules-center = [ "hyprland/window" "wlr/taskbar" ]; # replace wlr/taskbar - modules-right = [ "custom/pavc" "cava" "pulseaudio/slider" "cpu" "temperature" "disk" "bluetooth" "tray" "clock" "custom/exit" ]; + modules-right = [ "custom/pavc" "cava" "pulseaudio/slider" "cpu" "temperature" "disk" "tray" "clock" "custom/exit" ]; + # modules-right = [ "custom/pavc" "cava" "pulseaudio/slider" "cpu" "temperature" "disk" "bluetooth" "tray" "clock" "custom/exit" ]; "custom/os_button" = { "format" = ""; @@ -44,9 +45,10 @@ }; rightBar = { layer = "top"; - position = "bottom"; + position = "top"; height = 47; output = "DP-6"; + margin-bottom = 3; include = "~/system/pkgs/wm/waybar/default.json"; modules-left = [ "systemd-failed-units" "jack" ]; modules-center = [ "wlr/taskbar" ]; diff --git a/system.sublime-workspace b/system.sublime-workspace index c490498..6852dd6 100644 --- a/system.sublime-workspace +++ b/system.sublime-workspace @@ -3,6 +3,18 @@ { "selected_items": [ + [ + "padd", + "padding-bottom\tproperty" + ], + [ + "nix", + "nixified-ai" + ], + [ + "op", + "openFirewall" + ], [ "docker", "docker-compose" @@ -171,10 +183,6 @@ "padding", "padding-bottom\tproperty" ], - [ - "padd", - "padding-right\tproperty" - ], [ "border-bo", "border-bottom-left-radius\tproperty" @@ -324,16 +332,7 @@ "file": "configuration.nix", "settings": { - "buffer_size": 7069, - "encoding": "UTF-8", - "line_ending": "Unix" - } - }, - { - "file": "modules/containers.nix", - "settings": - { - "buffer_size": 37912, + "buffer_size": 8312, "encoding": "UTF-8", "line_ending": "Unix" } @@ -347,6 +346,51 @@ "line_ending": "Unix" } }, + { + "file": "modules/files.nix", + "settings": + { + "buffer_size": 698, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, + { + "file": "pkgs/wm/waybar/default.json", + "settings": + { + "buffer_size": 5980, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, + { + "file": "pkgs/wm/waybar/waybar.nix", + "settings": + { + "buffer_size": 1989, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, + { + "file": "/home/wayne/.config/waybar/style.css", + "settings": + { + "buffer_size": 11267, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, + { + "file": "modules/containers.nix", + "settings": + { + "buffer_size": 38088, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, { "contents": "gitlab_rails['smtp_enable'] = true\ngitlab_rails['smtp_address'] = \"smtp.server\"\ngitlab_rails['smtp_port'] = 465\ngitlab_rails['smtp_user_name'] = \"smtp user\"\ngitlab_rails['smtp_password'] = \"smtp password\"\ngitlab_rails['smtp_domain'] = \"example.com\"\ngitlab_rails['smtp_authentication'] = \"login\"\ngitlab_rails['smtp_enable_starttls_auto'] = true\ngitlab_rails['smtp_tls'] = false\ngitlab_rails['smtp_pool'] = false\ngitlab_rails['smtp_openssl_verify_mode'] = 'none'\n\nNotify.test_email('wayne@waynehayesdevelopment.com', 'Message Subject', 'Message Body').deliver_now\n\n\ngitlab-runner register --url http://tests.local --token glrt-t3_YrzjGyPj5FUyzrtpUXFy --executor docker --docker-privileged", "settings": @@ -357,14 +401,32 @@ } }, { - "contents": "https://www.slowcookerclub.com/slow-cooker-roast-beef/\nhttps://www.delish.com/cooking/recipe-ideas/a44690466/shredded-beef-recipe/\nbb00\n3,249,164,898,304 2.95TB\n\n", + "contents": "https://www.slowcookerclub.com/slow-cooker-roast-beef/\nhttps://www.delish.com/cooking/recipe-ideas/a44690466/shredded-beef-recipe/https://www.slowcookerclub.com/slow-cooker-steak-pie/\nbb00\n3,249,164,898,304 2.95TB\n\nhttps://www.alphavantage.co/query?function=HISTORICAL_OPTIONS&symbol=SILVER&date=2017-11-15&apikey=4JLXS4COZJMQR98O\n\nhttps://finance.yahoo.com/quote/%5EGSPC/options/\n\nhttps://www.healthcareoptions.dhcs.ca.gov/en/health-plan-materials?counties=Los%20Angeles\n\n", "settings": { - "buffer_size": 162, + "buffer_size": 473, "line_ending": "Unix", "name": "https://www.slowcookerclub.com/slow-cooker-roast-b" } }, + { + "file": "/home/wayne/.config/hypr/scripts/start-in-tray.sh", + "settings": + { + "buffer_size": 1520, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, + { + "file": "/home/wayne/.config/hypr/scripts/start-keybase-gui.sh", + "settings": + { + "buffer_size": 1588, + "encoding": "UTF-8", + "line_ending": "Unix" + } + }, { "contents": ".dandelion-background\n .jumbotron\n .container-fluid.home-user\n .row\n .col-md-8.text-center\n %h1= t(\"home.default.headline\", pod_name: pod_name)\n - if pod_name != \"diaspora*\"\n .text-center\n %h2 Customized for you, optimized for success.\n %h2 Your partner in innovation, every step of the way.\n %h2 Elevate your business, with technology tailored to your needs.\n %h2= t(\"home.default.byline\")\n .col-md-4.login-form\n = render partial: \"sessions/form\", locals: {mobile: false, resource: User.new, resource_name: :user}\n\n.text-center\n %h2 Customized for you, optimized for success.\n %h2 Your partner in innovation, every step of the way.\n %h2 Elevate your business, with technology tailored to your needs.\n", "settings": @@ -454,39 +516,53 @@ "/home/wayne/system/modules", "/home/wayne/system/nix", "/home/wayne/system/pkgs", - "/home/wayne/system/pkgs/wm", - "/home/wayne/system/pkgs/wm/hyprland" + "/home/wayne/system/pkgs/wm" ], "file_history": [ - "/home/wayne/system/environment.nix", + "/home/wayne/.config/autostart/keybase_autostart.desktop", + "/home/wayne/.config/waybar/style.css", + "/home/wayne/modelfile", + "/home/wayne/modelfile.fred", + "/home/wayne/ai-api/stable-diffusion-webui/requirements.txt", + "/home/wayne/ai-api/stable-diffusion-webui/requirements_versions.txt", + "/home/wayne/modelfile.deepseek-r1", + "/home/wayne/modelfile.marvin", + "/home/wayne/ai-api/stable-diffusion-webui/flake.nix", + "/home/wayne/.zsh_history", + "/home/wayne/system/pkgs/shell/zsh.nix", + "/home/wayne/ai-api/stable-diffusion-webui/webui.sh", + "/home/wayne/system/configuration.nix", + "/home/wayne/system/pkgs/wm/hyprland/hyprland.nix", + "/home/wayne/invokeai/databases/invokeai.db", + "/home/wayne/invokeai/configs/models.yaml", + "/home/wayne/invokeai/invokeai.yaml", + "/home/wayne/system/modules/nix.nix", + "/home/wayne/system/modules/security.nix", + "/home/wayne/system/hm/pkgs/theme-packages.nix", "/home/wayne/system/modules/wm.nix", + "/home/wayne/system/hm/pkgs/llm-packages.nix", + "/home/wayne/system/hm/pkgs/inet-packages.nix", + "/home/wayne/.config/hypr/scripts/start-in-tray.sh", + "/home/wayne/.config/hypr/scripts/start-keybase-gui.sh", + "/home/wayne/system/environment.nix", "/home/wayne/system/hm/modules/wayland.nix", "/home/wayne/system/hm/modules/theme.nix", "/home/wayne/.config/ghostty/config", - "/home/wayne/system/pkgs/wm/hyprland/hyprland.nix", "/home/wayne/system/modules/network.nix", - "/home/wayne/system/modules/security.nix", "/home/wayne/.config/kiorc", "/home/wayne/.config/kioslaverc", "/etc/samba/smb.conf", "/home/wayne/system/hm/pkgs/creative-packages.nix", - "/home/wayne/system/hm/pkgs/theme-packages.nix", "/home/wayne/system/hm/pkgs/wm-packages.nix", "/etc/nixos/smb-secrets", "/home/wayne/.config/hypr/hyprland.conf", "/home/wayne/system/modules/containers.nix", "/home/wayne/system/pkgs/wm/waybar/default.json", "/home/wayne/system/pkgs/wm/waybar/waybar.nix", - "/home/wayne/.config/waybar/style.css", - "/home/wayne/.config/hypr/scripts/start-in-tray.sh", "/home/wayne/system/hm/home.nix", - "/home/wayne/system/configuration.nix", "/home/wayne/system/hm/pkgs/gramming-packages.nix", "/home/wayne/.ssh/known_hosts", - "/home/wayne/.config/hypr/scripts/start-keybase-gui.sh", - "/home/wayne/invokeai/invokeai.yaml", - "/home/wayne/system/modules/nix.nix", "/home/wayne/.ssh/id_rsa.pub", "/etc/nix/nix.conf", "/home/wayne/dev/www/lms-aider/.env", @@ -494,15 +570,12 @@ "/home/wayne/dev/www/lms-aider/.gitignore", "/home/wayne/dev/www/lms-aider/.envrc", "/home/wayne/system/modules/musnix.nix", - "/home/wayne/system/hm/pkgs/llm-packages.nix", "/home/wayne/system/modules/display.nix", "/home/wayne/.ssh/config", "/home/wayne/system/modules/files.nix", "/home/wayne/dev/www/maelstrom/maelstrom/admin/package.json", "/home/wayne/dev/www/maelstrom/maelstrom/admin/README", "/home/wayne/Flakes/flake-aider-chat/README.md", - "/home/wayne/system/pkgs/shell/zsh.nix", - "/home/wayne/system/hm/pkgs/inet-packages.nix", "/home/wayne/system/flakes/aider-chat/flake.nix", "/home/wayne/dev/www/scribevault/container.nix", "/home/wayne/dev/whd/live/public/tpl/footer.tpl.php", @@ -510,7 +583,6 @@ "/home/wayne/dev/whd/live/public/tpl/contact.tpl.php", "/home/wayne/dev/whd/live/public/tpl/header.tpl.php", "/home/wayne/dev/whd/live/public/assets/css/style.css", - "/home/wayne/.zsh_history", "/home/wayne/dev/www/whc/2025/dashboard/notes/gitea.txt", "/home/wayne/system/notes/sshfs.txt", "/home/wayne/system/notes/NIxOS-firewall.txt", @@ -575,28 +647,18 @@ "/home/wayne/system/pkgs/app/terminal/yazi.nix", "/home/wayne/system/pkgs/app/terminal/kitty.nix", "/home/wayne/Flakes/python/flake.nix", - "/home/wayne/Flakes/python/resume-bot/shell.nix", - "/home/wayne/dev/whd/public/assets/css/responsive.css", - "/home/wayne/dev/whd/public/js/random_shapes.js", - "/home/wayne/dev/whd/public/index.php", - "/home/wayne/.dotfiles/home/config/.config/hypr/hyprlock.conf", - "/home/wayne/dev/whd/public/js/parallax_fader.js", - "/home/wayne/Downloads/index.php", - "/home/wayne/dev/laravel/cors-debug/vite.config.js", - "/home/wayne/.dotfiles/home/bin/bin/polycat.sh", - "/home/wayne/dev/python/stable-diffusion/flake.nix", - "/home/wayne/system/modules/xdg.nix", - "/home/wayne/dev/laravel/example-app/vite.config.js" + "/home/wayne/Flakes/python/resume-bot/shell.nix" ], "find": { - "height": 41.0 + "height": 53.0 }, "find_in_files": { - "height": 131.0, + "height": 143.0, "where_history": [ + "/home/wayne/system", "/home/wayne/system/nix", "/home/wayne/system" ] @@ -606,6 +668,15 @@ "case_sensitive": false, "find_history": [ + "kio", + "kioworker", + "blueman", + "keybase", + "ai", + "swager", + "sudo", + "swagger", + "firefox", "qt5", "kdePackages.systemsettings", "kio", @@ -724,16 +795,7 @@ "8.3-", "\\n", "^m", - "1", - "nvidia-smi", - "3060", - "7d19", - "mystic", - "logitech", - "nvid", - "pny", - "sha256", - "udev" + "1" ], "highlight": false, "in_selection": false, @@ -798,7 +860,7 @@ "groups": [ { - "selected": 2, + "selected": 7, "sheets": [ { @@ -814,8 +876,8 @@ "selection": [ [ - 3212, - 3212 + 240, + 240 ] ], "settings": @@ -825,7 +887,7 @@ "translate_tabs_to_spaces": true }, "translation.x": 0.0, - "translation.y": 952.0, + "translation.y": 3024.0, "zoom_level": 1.0 }, "stack_index": 4, @@ -837,15 +899,15 @@ "semi_transient": false, "settings": { - "buffer_size": 7069, + "buffer_size": 8312, "regions": { }, "selection": [ [ - 5636, - 5636 + 7493, + 7493 ] ], "settings": @@ -855,44 +917,14 @@ "translate_tabs_to_spaces": true }, "translation.x": 0.0, - "translation.y": 6144.0, + "translation.y": 6048.0, "zoom_level": 1.0 }, - "stack_index": 2, + "stack_index": 1, "type": "text" }, { "buffer": 2, - "file": "modules/containers.nix", - "semi_transient": false, - "settings": - { - "buffer_size": 37912, - "regions": - { - }, - "selection": - [ - [ - 27982, - 27982 - ] - ], - "settings": - { - "syntax": "Packages/Nix/nix.tmLanguage", - "tab_size": 2, - "translate_tabs_to_spaces": true - }, - "translation.x": 0.0, - "translation.y": 576.0, - "zoom_level": 1.0 - }, - "stack_index": 0, - "type": "text" - }, - { - "buffer": 3, "file": "hm/home.nix", "semi_transient": false, "settings": @@ -904,8 +936,8 @@ "selection": [ [ - 3299, - 3299 + 6436, + 6436 ] ], "settings": @@ -915,14 +947,999 @@ "translate_tabs_to_spaces": true }, "translation.x": 0.0, - "translation.y": 2736.0, + "translation.y": 0.0, "zoom_level": 1.0 }, "stack_index": 3, "type": "text" }, + { + "buffer": 3, + "file": "modules/files.nix", + "semi_transient": false, + "settings": + { + "buffer_size": 698, + "regions": + { + }, + "selection": + [ + [ + 379, + 379 + ] + ], + "settings": + { + "syntax": "Packages/Nix/nix.tmLanguage" + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 2, + "type": "text" + }, { "buffer": 4, + "file": "pkgs/wm/waybar/default.json", + "semi_transient": false, + "settings": + { + "buffer_size": 5980, + "regions": + { + }, + "selection": + [ + [ + 5635, + 5635 + ] + ], + "settings": + { + "syntax": "Packages/JavaScript/JSON.sublime-syntax", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 6048.0, + "zoom_level": 1.0 + }, + "stack_index": 10, + "type": "text" + }, + { + "buffer": 5, + "file": "pkgs/wm/waybar/waybar.nix", + "semi_transient": false, + "settings": + { + "buffer_size": 1989, + "regions": + { + }, + "selection": + [ + [ + 1737, + 1737 + ] + ], + "settings": + { + "syntax": "Packages/Nix/nix.tmLanguage", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 432.0, + "zoom_level": 1.0 + }, + "stack_index": 9, + "type": "text" + }, + { + "buffer": 6, + "file": "/home/wayne/.config/waybar/style.css", + "semi_transient": false, + "settings": + { + "buffer_size": 11267, + "regions": + { + "col_0000004C": + { + "flags": 16, + "regions": + [ + [ + 242, + 260 + ] + ], + "scope": "col_0000004C" + }, + "col_0000004C_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_0000004C_circle.png", + "regions": + [ + [ + 219, + 219 + ] + ], + "scope": "col_gutter" + }, + "col_000000B2": + { + "flags": 16, + "regions": + [ + [ + 103, + 121 + ] + ], + "scope": "col_000000B2" + }, + "col_000000B2_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_000000B2_circle.png", + "regions": + [ + [ + 73, + 73 + ] + ], + "scope": "col_gutter" + }, + "col_000000FF": + { + "flags": 16, + "regions": + [ + [ + 1804, + 1808 + ] + ], + "scope": "col_000000FF" + }, + "col_000000FF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_000000FF_circle.png", + "regions": + [ + [ + 1789, + 1789 + ] + ], + "scope": "col_gutter" + }, + "col_008000FF": + { + "flags": 16, + "regions": + [ + [ + 10795, + 10800 + ], + [ + 11184, + 11189 + ] + ], + "scope": "col_008000FF" + }, + "col_008000FF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_008000FF_circle.png", + "regions": + [ + [ + 10786, + 10786 + ], + [ + 11175, + 11175 + ] + ], + "scope": "col_gutter" + }, + "col_191919A5": + { + "flags": 16, + "regions": + [ + [ + 49, + 71 + ] + ], + "scope": "col_191919A5" + }, + "col_191919A5_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_191919A5_circle.png", + "regions": + [ + [ + 27, + 27 + ] + ], + "scope": "col_gutter" + }, + "col_2E3440FF": + { + "flags": 16, + "regions": + [ + [ + 788, + 795 + ], + [ + 801, + 808 + ] + ], + "scope": "col_2E3440FF" + }, + "col_2E3440FF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_2E3440FF_circle.png", + "regions": + [ + [ + 765, + 765 + ], + [ + 798, + 798 + ] + ], + "scope": "col_gutter" + }, + "col_3B4252FF": + { + "flags": 16, + "regions": + [ + [ + 810, + 817 + ] + ], + "scope": "col_3B4252FF" + }, + "col_3B4252FF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_3B4252FF_circle.png", + "regions": + [ + [ + 809, + 809 + ] + ], + "scope": "col_gutter" + }, + "col_434C5EFF": + { + "flags": 16, + "regions": + [ + [ + 819, + 826 + ] + ], + "scope": "col_434C5EFF" + }, + "col_434C5EFF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_434C5EFF_circle.png", + "regions": + [ + [ + 818, + 818 + ] + ], + "scope": "col_gutter" + }, + "col_4C566AFF": + { + "flags": 16, + "regions": + [ + [ + 828, + 835 + ] + ], + "scope": "col_4C566AFF" + }, + "col_4C566AFF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_4C566AFF_circle.png", + "regions": + [ + [ + 827, + 827 + ] + ], + "scope": "col_gutter" + }, + "col_5E81ACFF": + { + "flags": 16, + "regions": + [ + [ + 724, + 731 + ], + [ + 891, + 898 + ] + ], + "scope": "col_5E81ACFF" + }, + "col_5E81ACFF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_5E81ACFF_circle.png", + "regions": + [ + [ + 699, + 699 + ], + [ + 890, + 890 + ] + ], + "scope": "col_gutter" + }, + "col_6464647F": + { + "flags": 16, + "regions": + [ + [ + 332, + 356 + ] + ], + "scope": "col_6464647F" + }, + "col_6464647F_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_6464647F_circle.png", + "regions": + [ + [ + 308, + 308 + ] + ], + "scope": "col_gutter" + }, + "col_81A1C1FF": + { + "flags": 16, + "regions": + [ + [ + 882, + 889 + ] + ], + "scope": "col_81A1C1FF" + }, + "col_81A1C1FF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_81A1C1FF_circle.png", + "regions": + [ + [ + 881, + 881 + ] + ], + "scope": "col_gutter" + }, + "col_88C0D0FF": + { + "flags": 16, + "regions": + [ + [ + 873, + 880 + ] + ], + "scope": "col_88C0D0FF" + }, + "col_88C0D0FF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_88C0D0FF_circle.png", + "regions": + [ + [ + 872, + 872 + ] + ], + "scope": "col_gutter" + }, + "col_8FBCBBFF": + { + "flags": 16, + "regions": + [ + [ + 864, + 871 + ], + [ + 9900, + 9907 + ], + [ + 10322, + 10329 + ] + ], + "scope": "col_8FBCBBFF" + }, + "col_8FBCBBFF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_8FBCBBFF_circle.png", + "regions": + [ + [ + 863, + 863 + ], + [ + 9886, + 9886 + ], + [ + 10306, + 10306 + ] + ], + "scope": "col_gutter" + }, + "col_A3BE8CFF": + { + "flags": 16, + "regions": + [ + [ + 927, + 934 + ] + ], + "scope": "col_A3BE8CFF" + }, + "col_A3BE8CFF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_A3BE8CFF_circle.png", + "regions": + [ + [ + 926, + 926 + ] + ], + "scope": "col_gutter" + }, + "col_B48EADFF": + { + "flags": 16, + "regions": + [ + [ + 936, + 943 + ] + ], + "scope": "col_B48EADFF" + }, + "col_B48EADFF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_B48EADFF_circle.png", + "regions": + [ + [ + 935, + 935 + ] + ], + "scope": "col_gutter" + }, + "col_BF616AFF": + { + "flags": 16, + "regions": + [ + [ + 900, + 907 + ] + ], + "scope": "col_BF616AFF" + }, + "col_BF616AFF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_BF616AFF_circle.png", + "regions": + [ + [ + 899, + 899 + ] + ], + "scope": "col_gutter" + }, + "col_C8C8C87F": + { + "flags": 16, + "regions": + [ + [ + 191, + 215 + ] + ], + "scope": "col_C8C8C87F" + }, + "col_C8C8C87F_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_C8C8C87F_circle.png", + "regions": + [ + [ + 166, + 166 + ] + ], + "scope": "col_gutter" + }, + "col_D08770FF": + { + "flags": 16, + "regions": + [ + [ + 909, + 916 + ] + ], + "scope": "col_D08770FF" + }, + "col_D08770FF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_D08770FF_circle.png", + "regions": + [ + [ + 908, + 908 + ] + ], + "scope": "col_gutter" + }, + "col_D8DEE9FF": + { + "flags": 16, + "regions": + [ + [ + 837, + 844 + ] + ], + "scope": "col_D8DEE9FF" + }, + "col_D8DEE9FF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_D8DEE9FF_circle.png", + "regions": + [ + [ + 836, + 836 + ] + ], + "scope": "col_gutter" + }, + "col_E5E9F0FF": + { + "flags": 16, + "regions": + [ + [ + 690, + 697 + ], + [ + 846, + 853 + ] + ], + "scope": "col_E5E9F0FF" + }, + "col_E5E9F0FF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_E5E9F0FF_circle.png", + "regions": + [ + [ + 673, + 673 + ], + [ + 845, + 845 + ] + ], + "scope": "col_gutter" + }, + "col_EBCB8BFF": + { + "flags": 16, + "regions": + [ + [ + 756, + 763 + ], + [ + 918, + 925 + ] + ], + "scope": "col_EBCB8BFF" + }, + "col_EBCB8BFF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_EBCB8BFF_circle.png", + "regions": + [ + [ + 733, + 733 + ], + [ + 917, + 917 + ] + ], + "scope": "col_gutter" + }, + "col_ECEFF4FF": + { + "flags": 16, + "regions": + [ + [ + 855, + 862 + ] + ], + "scope": "col_ECEFF4FF" + }, + "col_ECEFF4FF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_ECEFF4FF_circle.png", + "regions": + [ + [ + 854, + 854 + ] + ], + "scope": "col_gutter" + }, + "col_FF0000FF": + { + "flags": 16, + "regions": + [ + [ + 9266, + 9269 + ], + [ + 10847, + 10850 + ], + [ + 11223, + 11226 + ] + ], + "scope": "col_FF0000FF" + }, + "col_FF0000FF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_FF0000FF_circle.png", + "regions": + [ + [ + 9252, + 9252 + ], + [ + 10838, + 10838 + ], + [ + 11214, + 11214 + ] + ], + "scope": "col_gutter" + }, + "col_FFC80059": + { + "flags": 16, + "regions": + [ + [ + 5002, + 5025 + ] + ], + "scope": "col_FFC80059" + }, + "col_FFC80059_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_FFC80059_circle.png", + "regions": + [ + [ + 4988, + 4988 + ] + ], + "scope": "col_gutter" + }, + "col_FFFFFF33": + { + "flags": 16, + "regions": + [ + [ + 407, + 431 + ] + ], + "scope": "col_FFFFFF33" + }, + "col_FFFFFF33_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_FFFFFF33_circle.png", + "regions": + [ + [ + 381, + 381 + ] + ], + "scope": "col_gutter" + }, + "col_FFFFFF3F": + { + "flags": 16, + "regions": + [ + [ + 605, + 630 + ] + ], + "scope": "col_FFFFFF3F" + }, + "col_FFFFFF3F_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_FFFFFF3F_circle.png", + "regions": + [ + [ + 574, + 574 + ] + ], + "scope": "col_gutter" + }, + "col_FFFFFF4C": + { + "flags": 16, + "regions": + [ + [ + 6718, + 6742 + ] + ], + "scope": "col_FFFFFF4C" + }, + "col_FFFFFF4C_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_FFFFFF4C_circle.png", + "regions": + [ + [ + 6692, + 6692 + ] + ], + "scope": "col_gutter" + }, + "col_FFFFFFFF": + { + "flags": 16, + "regions": + [ + [ + 519, + 524 + ], + [ + 4666, + 4671 + ], + [ + 6836, + 6841 + ], + [ + 6956, + 6961 + ], + [ + 7041, + 7046 + ], + [ + 8195, + 8200 + ] + ], + "scope": "col_FFFFFFFF" + }, + "col_FFFFFFFF_icon": + { + "flags": 16, + "icon": "Packages/User/Color Highlight.cache/col_FFFFFFFF_circle.png", + "regions": + [ + [ + 492, + 492 + ], + [ + 4640, + 4640 + ], + [ + 6828, + 6828 + ], + [ + 6930, + 6930 + ], + [ + 7015, + 7015 + ], + [ + 8169, + 8169 + ] + ], + "scope": "col_gutter" + } + }, + "selection": + [ + [ + 1208, + 1208 + ] + ], + "settings": + { + "syntax": "Packages/CSS/CSS.sublime-syntax", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 0.0, + "zoom_level": 1.0 + }, + "stack_index": 5, + "type": "text" + }, + { + "buffer": 7, + "file": "modules/containers.nix", + "semi_transient": false, + "settings": + { + "buffer_size": 38088, + "regions": + { + }, + "selection": + [ + [ + 13037, + 13037 + ] + ], + "settings": + { + "syntax": "Packages/Nix/nix.tmLanguage", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, + "translation.y": 5184.0, + "zoom_level": 1.0 + }, + "stack_index": 0, + "type": "text" + }, + { + "buffer": 8, "semi_transient": false, "settings": { @@ -946,29 +1963,29 @@ "translation.y": 0.0, "zoom_level": 1.0 }, - "stack_index": 5, + "stack_index": 11, "type": "text" } ] }, { - "selected": 0, + "selected": 1, "sheets": [ { - "buffer": 5, + "buffer": 9, "semi_transient": false, "settings": { - "buffer_size": 162, + "buffer_size": 473, "regions": { }, "selection": [ [ - 162, - 162 + 183, + 183 ] ], "settings": @@ -977,10 +1994,68 @@ "syntax": "Packages/Text/Plain text.tmLanguage" }, "translation.x": 0.0, + "translation.y": 13.0, + "zoom_level": 1.0 + }, + "stack_index": 8, + "type": "text" + }, + { + "buffer": 10, + "file": "/home/wayne/.config/hypr/scripts/start-in-tray.sh", + "semi_transient": false, + "settings": + { + "buffer_size": 1520, + "regions": + { + }, + "selection": + [ + [ + 553, + 553 + ] + ], + "settings": + { + "syntax": "Packages/ShellScript/Bash.sublime-syntax" + }, + "translation.x": 0.0, + "translation.y": 157.0, + "zoom_level": 1.0 + }, + "stack_index": 6, + "type": "text" + }, + { + "buffer": 11, + "file": "/home/wayne/.config/hypr/scripts/start-keybase-gui.sh", + "semi_transient": false, + "settings": + { + "buffer_size": 1588, + "regions": + { + }, + "selection": + [ + [ + 1400, + 1309 + ] + ], + "settings": + { + "syntax": "Packages/ShellScript/Bash.sublime-syntax", + "tab_size": 2, + "translate_tabs_to_spaces": true + }, + "translation.x": 0.0, "translation.y": 0.0, "zoom_level": 1.0 }, - "stack_index": 1, + "stack_index": 7, "type": "text" } ] @@ -990,7 +2065,7 @@ "sheets": [ { - "buffer": 6, + "buffer": 12, "semi_transient": false, "settings": { @@ -1016,7 +2091,7 @@ "translation.y": 0.0, "zoom_level": 1.0 }, - "stack_index": 6, + "stack_index": 12, "type": "text" } ] @@ -1056,13 +2131,13 @@ "cols": [ 0.0, - 0.9430523918, + 0.986172566372, 1.0 ], "rows": [ 0.0, - 0.953470607995, + 0.975111996018, 1.0 ] }, @@ -1103,7 +2178,7 @@ [ [ "", - "~/dev/www/scribevault/scribevault.sublime-project" + "~/dev/www/stock-ticker/Stock-Ticker.sublime-workspace" ] ], "width": 380.0