Regenerated

This commit is contained in:
2026-04-14 20:44:47 +02:00
parent d1dcf67fea
commit 21a2f0ac40
4 changed files with 384 additions and 369 deletions
+355 -350
View File
File diff suppressed because it is too large Load Diff
+7 -2
View File
@@ -3564,16 +3564,21 @@ main
A file containing color variables A file containing color variables
#+BEGIN_SRC sh :tangle generated/.config/scripts/update.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never #+BEGIN_SRC sh :tangle generated/.config/scripts/update.sh :shebang "#!/usr/bin/env bash" :noweb yes :mkdirp yes :eval never
set -e set -e
REPO="/home/henrov/Repos/nixos/Droidnix" REPO="~/Repos/nixos/Droidnix"
HOSTNAME="$(hostname)" HOSTNAME="$(hostname)"
cd "$REPO" cd "$REPO"
echo "🔧 Fixing ownership..."
sudo chown "$USER":"$USER" flake.lock 2>/dev/null || true
echo "🔄 Updating flake..." echo "🔄 Updating flake..."
nix flake update nix flake update
echo "🏗 Rebuilding NixOS..." echo "🏗 Rebuilding NixOS..."
sudo nixos-rebuild switch --flake ".#$HOSTNAME" sudo nixos-rebuild switch --flake ".#$HOSTNAME"
echo "📦 Updating Flatpaks..." echo "📦 Updating Flatpaks..."
flatpak update -y flatpak update -y
pause
#+END_SRC #+END_SRC
** =generated/.config/scripts/wofi-launcher.sh= ** =generated/.config/scripts/wofi-launcher.sh=
+15 -15
View File
@@ -109,11 +109,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1775841973, "lastModified": 1776189346,
"narHash": "sha256-Fr3lUUcptivEeRyaKLPPgDrQdIMzyZwVVfXPN/IXMgI=", "narHash": "sha256-eAhTbm3ZE7vulWwAONh93k5eLHIPRZ1HeoCknHB7ISM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "8d4d36e62a3715ed453dc7b53f58454861e6b7fb", "rev": "d5ddc836655da49a11eee312223d4fa2dee90694",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -252,11 +252,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1775781825, "lastModified": 1776184304,
"narHash": "sha256-L5yKTpR+alrZU2XYYvIxCeCP4LBHU5jhwSj7H1VAavg=", "narHash": "sha256-No6QGBmIv5ChiwKCcbkxjdEQ/RO2ZS1gD7SFy6EZ7rc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e35c39fca04fee829cecdf839a50eb9b54d8a701", "rev": "3c7524c68348ef79ce48308e0978611a050089b2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -340,11 +340,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1775828308, "lastModified": 1776187484,
"narHash": "sha256-XsijqtwDQd8pf/PweiGGuX7O1250f3YOchQ+oGm0eCc=", "narHash": "sha256-gpm/WZCBcvITN0pQbhVvlEIqqhma8OHKiO5NGpFygkc=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "f7755322fc515108cc9eed8113c09492d4a352c1", "rev": "88f3e7e9d519ae704cab78548c6f6bf02a0b0841",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -617,11 +617,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1775595990, "lastModified": 1776067740,
"narHash": "sha256-OEf7YqhF9IjJFYZJyuhAypgU+VsRB5lD4DuiMws5Ltc=", "narHash": "sha256-B35lpsqnSZwn1Lmz06BpwF7atPgFmUgw1l8KAV3zpVQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4e92bbcdb030f3b4782be4751dc08e6b6cb6ccf2", "rev": "7e495b747b51f95ae15e74377c5ce1fe69c1765f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -748,11 +748,11 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1775429060, "lastModified": 1776170745,
"narHash": "sha256-wbFF5cRxQOCzL/wHOKYm21t5AHPH2Lfp0mVPCOAvEoc=", "narHash": "sha256-Tl1aZVP5EIlT+k0+iAKH018GLHJpLz3hhJ0LNQOWxCc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "stylix", "repo": "stylix",
"rev": "d27951a6539951d87f75cf0a7cda8a3a24016019", "rev": "e3861617645a43c9bbefde1aa6ac54dd0a44bfa9",
"type": "github" "type": "github"
}, },
"original": { "original": {
+7 -2
View File
@@ -1,13 +1,18 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- # --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
set -e set -e
REPO="/home/henrov/Repos/nixos/Droidnix" REPO="~/Repos/nixos/Droidnix"
HOSTNAME="$(hostname)" HOSTNAME="$(hostname)"
cd "$REPO" cd "$REPO"
echo "🔧 Fixing ownership..."
sudo chown "$USER":"$USER" flake.lock 2>/dev/null || true
echo "🔄 Updating flake..." echo "🔄 Updating flake..."
nix flake update nix flake update
echo "🏗 Rebuilding NixOS..." echo "🏗 Rebuilding NixOS..."
sudo nixos-rebuild switch --flake ".#$HOSTNAME" sudo nixos-rebuild switch --flake ".#$HOSTNAME"
echo "📦 Updating Flatpaks..." echo "📦 Updating Flatpaks..."
flatpak update -y flatpak update -y
pause