From a3b10ee2bfa470e3f40fd1a514aa2f9823085f2c Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Wed, 12 Feb 2025 21:38:39 +0530 Subject: [PATCH] feat: Added prismlauncher and update to icons for anyrun --- flake.lock | 36 ++++++++++++++++++------------------ home/linux/anyrun.nix | 7 +++++++ home/linux/gui.nix | 1 + 3 files changed, 26 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index 46cfe0a6..91097107 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "advisory-db": { "flake": false, "locked": { - "lastModified": 1727353582, - "narHash": "sha256-2csMEEOZhvowVKZNBHk1kMJqk72ZMrPj9LQYCzP6EKs=", + "lastModified": 1739168963, + "narHash": "sha256-Pi7XjqacMBPEsCQf2GqPb2JfPB0Qkbi2xYrYtjoy7OE=", "owner": "rustsec", "repo": "advisory-db", - "rev": "cb905e6e405834bdff1eb1e20c9b10edb5403889", + "rev": "110cb7a5c98b088f131096c936ca2f540de717d8", "type": "github" }, "original": { @@ -98,11 +98,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1727616746, - "narHash": "sha256-BnEIDsGXo8e4s3xSysSHunTRDAeSAhejbLFOesuvwMA=", + "lastModified": 1739211976, + "narHash": "sha256-gReFozoYIudL7Aiimykf0IKaNfFiKAgN/Oz+KeQaZyY=", "owner": "uttarayan21", "repo": "anyrun-hyprwin", - "rev": "debb73b89c8103e004df95966d6a9df81056c64d", + "rev": "a5f85e7627642d6704bb6bf025f14232ff8dc6f2", "type": "github" }, "original": { @@ -193,11 +193,11 @@ }, "crane": { "locked": { - "lastModified": 1727316705, - "narHash": "sha256-/mumx8AQ5xFuCJqxCIOFCHTVlxHkMT21idpbgbm/TIE=", + "lastModified": 1739053031, + "narHash": "sha256-LrMDRuwAlRFD2T4MgBSRd1s2VtOE+Vl1oMCNu3RpPE0=", "owner": "ipetkov", "repo": "crane", - "rev": "5b03654ce046b5167e7b0bccbd8244cb56c16f0e", + "rev": "112e6591b2d6313b1bd05a80a754a8ee42432a7e", "type": "github" }, "original": { @@ -683,11 +683,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1726560853, - "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", "owner": "numtide", "repo": "flake-utils", - "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", "type": "github" }, "original": { @@ -1740,11 +1740,11 @@ ] }, "locked": { - "lastModified": 1720066371, - "narHash": "sha256-uPlLYH2S0ACj0IcgaK9Lsf4spmJoGejR9DotXiXSBZQ=", + "lastModified": 1737420293, + "narHash": "sha256-F1G5ifvqTpJq7fdkT34e/Jy9VCyzd5XfJ9TO8fHhJWE=", "owner": "nix-community", "repo": "nix-github-actions", - "rev": "622f829f5fe69310a866c8a6cd07e747c44ef820", + "rev": "f4158fa080ef4503c8f4c820967d946c2af31ec9", "type": "github" }, "original": { @@ -2315,11 +2315,11 @@ ] }, "locked": { - "lastModified": 1727577080, - "narHash": "sha256-2LPT76Acp6ebt7fCt90eq/M8T2+X09s/yTVgfVFrtno=", + "lastModified": 1739154531, + "narHash": "sha256-QGeN6e0nMJlNLzm3Y2A7P6riXhQXMeCXLZ7yajZYFQM=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "73a833855442ce8cee710cf4d8d054fea1c81196", + "rev": "035dac86ab7ce5c1e8a4d59dfe85e6911a3526ea", "type": "github" }, "original": { diff --git a/home/linux/anyrun.nix b/home/linux/anyrun.nix index ef916a18..d2f601ea 100644 --- a/home/linux/anyrun.nix +++ b/home/linux/anyrun.nix @@ -107,6 +107,13 @@ }"), ) ''; + "hyprwin.ron".text = '' + Config( + icons: { + "org.wezfurlong.wezterm": "wezterm", + } + ) + ''; }; extraCss = '' diff --git a/home/linux/gui.nix b/home/linux/gui.nix index 4430c63c..1b43cb4f 100644 --- a/home/linux/gui.nix +++ b/home/linux/gui.nix @@ -45,5 +45,6 @@ lib.attrsets.optionalAttrs device.hasGui { wl-clipboard zed-editor webcord + prismlauncher ]; }