Skip to content

Commit

Permalink
chore: update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Nov 1, 2024
1 parent 3f75817 commit ae75c93
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dots/linux/awesome/home/.config/awesome/awesome-wm-widgets
Submodule awesome-wm-widgets updated 32 files
+1 −1 volume-widget/README.md
+1 −1 volume-widget/volume.lua
+2 −1 weather-api-widget/README.md
+3,057 −0 weather-api-widget/example_response.json
+1 −0 weather-api-widget/icons/VitalyGorbachev/broken-clouds-night.svg
+1 −0 weather-api-widget/icons/VitalyGorbachev/clear-sky-night.svg
+1 −0 weather-api-widget/icons/VitalyGorbachev/few-clouds-night.svg
+1 −0 weather-api-widget/icons/VitalyGorbachev/mist-night.svg
+1 −0 weather-api-widget/icons/VitalyGorbachev/rain-night.svg
+1 −0 weather-api-widget/icons/VitalyGorbachev/scattered-clouds-night.svg
+1 −0 weather-api-widget/icons/VitalyGorbachev/shower-rain-night.svg
+1 −0 weather-api-widget/icons/VitalyGorbachev/snow-night.svg
+1 −0 weather-api-widget/icons/VitalyGorbachev/thunderstorm-night.svg
+ weather-api-widget/icons/weather-underground-icons/broken-clouds-night.png
+ weather-api-widget/icons/weather-underground-icons/broken-clouds.png
+ weather-api-widget/icons/weather-underground-icons/clear-sky-night.png
+ weather-api-widget/icons/weather-underground-icons/clear-sky.png
+ weather-api-widget/icons/weather-underground-icons/few-clouds-night.png
+ weather-api-widget/icons/weather-underground-icons/few-clouds.png
+ weather-api-widget/icons/weather-underground-icons/mist-night.png
+ weather-api-widget/icons/weather-underground-icons/mist.png
+ weather-api-widget/icons/weather-underground-icons/rain-night.png
+ weather-api-widget/icons/weather-underground-icons/rain.png
+ weather-api-widget/icons/weather-underground-icons/scattered-clouds-night.png
+ weather-api-widget/icons/weather-underground-icons/scattered-clouds.png
+ weather-api-widget/icons/weather-underground-icons/shower-rain-night.png
+ weather-api-widget/icons/weather-underground-icons/shower-rain.png
+ weather-api-widget/icons/weather-underground-icons/snow-night.png
+ weather-api-widget/icons/weather-underground-icons/snow.png
+ weather-api-widget/icons/weather-underground-icons/thunderstorm-night.png
+ weather-api-widget/icons/weather-underground-icons/thunderstorm.png
+223 −9 weather-api-widget/weather.lua
2 changes: 1 addition & 1 deletion dots/nixos
Submodule nixos updated 90 files
+1 −1 .github/workflows/deadnix.yml
+1 −1 .github/workflows/fmt.yml
+1 −1 .github/workflows/lint.yml
+1 −1 .github/workflows/update-flakes.yml
+1 −1 .gitignore
+294 −243 flake.lock
+3 −8 flake.nix
+1 −1 homes/aarch64-darwin/khaneliman@khanelimac/default.nix
+1 −0 homes/x86_64-linux/khaneliman@khanelinix/default.nix
+5 −2 homes/x86_64-linux/nixos@CORE-PW00LM92/default.nix
+16 −1 modules/darwin/nix/default.nix
+1 −4 modules/darwin/programs/graphical/apps/_1password/default.nix
+0 −1 modules/darwin/suites/desktop/default.nix
+45 −0 modules/home/programs/graphical/addons/looking-glass-client/default.nix
+4 −2 modules/home/programs/graphical/apps/obs/default.nix
+2 −1 modules/home/programs/graphical/apps/retroarch/default.nix
+3 −2 modules/home/programs/graphical/bars/waybar/default.nix
+7 −10 modules/home/programs/graphical/bars/waybar/modules/custom-modules.nix
+18 −9 modules/home/programs/graphical/bars/waybar/modules/group-modules.nix
+2 −1 modules/home/programs/graphical/editors/vscode/default.nix
+1 −1 modules/home/programs/graphical/launchers/anyrun/default.nix
+1 −0 modules/home/programs/graphical/wms/hyprland/binds.nix
+1 −1 modules/home/programs/graphical/wms/hyprland/variables.nix
+2 −0 modules/home/programs/graphical/wms/hyprland/windowrules.nix
+7 −2 modules/home/programs/terminal/editors/neovim/default.nix
+26 −0 modules/home/programs/terminal/shells/nushell/default.nix
+2 −1 modules/home/programs/terminal/social/slack-term/default.nix
+2 −1 modules/home/programs/terminal/social/twitch-tui/default.nix
+6 −3 modules/home/programs/terminal/tools/_1password-cli/default.nix
+28 −0 modules/home/programs/terminal/tools/carapace/default.nix
+2 −1 modules/home/programs/terminal/tools/eza/default.nix
+14 −13 modules/home/programs/terminal/tools/git/default.nix
+19 −0 modules/home/programs/terminal/tools/jujutsu/test.patch
+1 −0 modules/home/programs/terminal/tools/oh-my-posh/default.nix
+21 −0 modules/home/programs/terminal/tools/yazi/configs/plugins/sudo.yazi/LICENSE
+85 −0 modules/home/programs/terminal/tools/yazi/configs/plugins/sudo.yazi/README.md
+120 −0 modules/home/programs/terminal/tools/yazi/configs/plugins/sudo.yazi/fs.nu
+196 −0 modules/home/programs/terminal/tools/yazi/configs/plugins/sudo.yazi/init.lua
+67 −0 modules/home/programs/terminal/tools/yazi/keymap/manager/operation.nix
+1 −0 modules/home/programs/terminal/tools/zoxide/default.nix
+1 −0 modules/home/services/mpd/default.nix
+36 −38 modules/home/services/rnnoise/default.nix
+3 −3 modules/home/suites/business/default.nix
+2 −0 modules/home/suites/common/default.nix
+2 −2 modules/home/suites/desktop/default.nix
+7 −7 modules/home/suites/development/default.nix
+0 −1 modules/home/suites/music/default.nix
+3 −2 modules/home/system/xdg/default.nix
+2 −2 modules/home/theme/catppuccin/default.nix
+2 −2 modules/home/theme/qt/default.nix
+11 −1 modules/home/user/default.nix
+16 −22 modules/nixos/hardware/gpu/amd/default.nix
+2 −2 modules/nixos/nix/default.nix
+1 −1 modules/nixos/programs/graphical/addons/xdg-portal/default.nix
+1 −4 modules/nixos/programs/terminal/tools/nix-ld/default.nix
+0 −1 modules/nixos/services/dbus/default.nix
+15 −7 modules/nixos/services/earlyoom/default.nix
+1 −0 modules/nixos/services/geoclue/default.nix
+23 −0 modules/nixos/services/udisks2/default.nix
+0 −1 modules/nixos/suites/common/default.nix
+2 −1 modules/nixos/suites/video/default.nix
+0 −1 modules/nixos/system/boot/default.nix
+1 −0 modules/nixos/system/fonts/default.nix
+2 −2 modules/nixos/theme/qt/default.nix
+52 −30 modules/shared/nix/default.nix
+14 −0 overlays/looking-glass/default.nix
+0 −20 overlays/pocketcasts/default.nix
+0 −4 overlays/pocketcasts/icon.svg
+10 −0 overlays/yabai/default.nix
+0 −18 overlays/yt-music/default.nix
+0 −72 overlays/yt-music/icon.svg
+16 −0 packages/artifacts-credprovider/default.nix
+8 −0 packages/avrogen/default.nix
+8 −0 packages/upgrade-assistant/default.nix
+3 −3 packages/wallpapers/default.nix
+1 −2 shells/default/default.nix
+5 −37 shells/dotnet/default.nix
+1 −2 shells/nix/default.nix
+6 −1 systems/aarch64-darwin/khanelimac/default.nix
+2 −2 systems/x86_64-linux/khanelinix/default.nix
+10 −4 systems/x86_64-linux/khanelinix/hardware.nix
+21 −21 templates/angular/package-lock.json
+2 −4 templates/snowfall/modules/darwin/nix/default.nix
+0 −61 templates/snowfall/modules/home/user/default.nix
+2 −17 templates/snowfall/modules/nixos/nix/default.nix
+0 −27 templates/snowfall/modules/nixos/system/env/default.nix
+0 −2 templates/snowfall/modules/nixos/system/fonts/default.nix
+0 −5 templates/snowfall/modules/nixos/user/default.nix
+0 −115 templates/snowfall/modules/shared/nix/default.nix
+0 −3 templates/snowfall/shells/default/default.nix
2 changes: 1 addition & 1 deletion dots/shared/home/.config/astronvim/lua/user
Submodule user updated from e1ceac to d57764
2 changes: 1 addition & 1 deletion dots/shared/home/.config/nvim
2 changes: 1 addition & 1 deletion dots/shared/home/.oh-my-bash

0 comments on commit ae75c93

Please sign in to comment.