diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..abfe08b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "nix" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" diff --git a/flake.lock b/flake.lock index f44a389..cbac198 100644 --- a/flake.lock +++ b/flake.lock @@ -24,11 +24,11 @@ ] }, "locked": { - "lastModified": 1777389590, - "narHash": "sha256-HWbn7WASXsXGADiBDt6/k9U/HpGBEmoeqIOzrf+z2HE=", + "lastModified": 1780515920, + "narHash": "sha256-8KX2hEeOX6KP3hBBJJI8dGWVrzbOOf1rBPmg/GUG24U=", "owner": "nix-community", "repo": "home-manager", - "rev": "8ec5a714dbbeb3fda00bd9758175555ebbad4d07", + "rev": "4c5c1e8ba14f1c7475fa31ff11bc1c19cd220974", "type": "github" }, "original": { @@ -40,11 +40,11 @@ "homebrew-cask": { "flake": false, "locked": { - "lastModified": 1777472270, - "narHash": "sha256-+6zmB2VBaYIuT1DCbzGe0b9QX4UkdscB8jxX/yWcmHA=", + "lastModified": 1778259240, + "narHash": "sha256-rBzxFpjkE8qqmlYymbKOwkbv+AxRRKdAFQRuDJp9RFw=", "owner": "homebrew", "repo": "homebrew-cask", - "rev": "4ae120babe62d6be7543a6eae47491ca6e3891d6", + "rev": "2a6d45ee3fbc2694a12efbb19860b9b1803f31d1", "type": "github" }, "original": { @@ -56,11 +56,11 @@ "homebrew-core": { "flake": false, "locked": { - "lastModified": 1777471357, - "narHash": "sha256-i+7HTA8whNmwOUi8rip662plelxH+Yw4TTniRceZBcA=", + "lastModified": 1778259077, + "narHash": "sha256-G4PTVqzmwtF9K0mtnM7w2QEB2ta2v0UeKqf9uHeF71M=", "owner": "homebrew", "repo": "homebrew-core", - "rev": "7deee96fc8b54120fa3af8b9e221805f533c3210", + "rev": "458fc34e680f3049f36f11478c27ac73b8b146bf", "type": "github" }, "original": { @@ -76,11 +76,11 @@ ] }, "locked": { - "lastModified": 1775037210, - "narHash": "sha256-KM2WYj6EA7M/FVZVCl3rqWY+TFV5QzSyyGE2gQxeODU=", + "lastModified": 1779036909, + "narHash": "sha256-zXcwYQGCT6pzinK+1dBB2ekTVtfxGZAapb3Evdcu4fY=", "owner": "nix-darwin", "repo": "nix-darwin", - "rev": "06648f4902343228ce2de79f291dd5a58ee12146", + "rev": "56c666e108467d87d13508936aade6d567f2a501", "type": "github" }, "original": { @@ -109,11 +109,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1777270315, - "narHash": "sha256-yKB4G6cKsQsWN7M6rZGk6gkJPDNPIzT05y4qzRyCDlI=", + "lastModified": 1782175435, + "narHash": "sha256-EMzXKmnOtBQ2MnvpiNOm7E+kOMvdPrIKaeg52Tip2Uk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6368eda62c9775c38ef7f714b2555a741c20c72d", + "rev": "89570f24e97e614aa34aa9ab1c927b6578a43775", "type": "github" }, "original": { diff --git a/home/zsh/.zshrc b/home/zsh/.zshrc index 276a91a..7ea02f3 100644 --- a/home/zsh/.zshrc +++ b/home/zsh/.zshrc @@ -67,9 +67,10 @@ fi # fastfetch if command -v fastfetch &>/dev/null; then - case $((RANDOM % 2)) in + case $((RANDOM % 3)) in 0) fastfetch ;; - 1) fastfetch --logo auto ;; + 1) fastfetch --logo apple ;; + 2) fastfetch --logo nixos_small ;; esac fi