feat: Added prismlauncher and update to icons for anyrun

This commit is contained in:
uttarayan21
2025-02-12 21:38:39 +05:30
parent cbdfb89482
commit a3b10ee2bf
3 changed files with 26 additions and 18 deletions

36
flake.lock generated
View File

@@ -3,11 +3,11 @@
"advisory-db": { "advisory-db": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1727353582, "lastModified": 1739168963,
"narHash": "sha256-2csMEEOZhvowVKZNBHk1kMJqk72ZMrPj9LQYCzP6EKs=", "narHash": "sha256-Pi7XjqacMBPEsCQf2GqPb2JfPB0Qkbi2xYrYtjoy7OE=",
"owner": "rustsec", "owner": "rustsec",
"repo": "advisory-db", "repo": "advisory-db",
"rev": "cb905e6e405834bdff1eb1e20c9b10edb5403889", "rev": "110cb7a5c98b088f131096c936ca2f540de717d8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -98,11 +98,11 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1727616746, "lastModified": 1739211976,
"narHash": "sha256-BnEIDsGXo8e4s3xSysSHunTRDAeSAhejbLFOesuvwMA=", "narHash": "sha256-gReFozoYIudL7Aiimykf0IKaNfFiKAgN/Oz+KeQaZyY=",
"owner": "uttarayan21", "owner": "uttarayan21",
"repo": "anyrun-hyprwin", "repo": "anyrun-hyprwin",
"rev": "debb73b89c8103e004df95966d6a9df81056c64d", "rev": "a5f85e7627642d6704bb6bf025f14232ff8dc6f2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -193,11 +193,11 @@
}, },
"crane": { "crane": {
"locked": { "locked": {
"lastModified": 1727316705, "lastModified": 1739053031,
"narHash": "sha256-/mumx8AQ5xFuCJqxCIOFCHTVlxHkMT21idpbgbm/TIE=", "narHash": "sha256-LrMDRuwAlRFD2T4MgBSRd1s2VtOE+Vl1oMCNu3RpPE0=",
"owner": "ipetkov", "owner": "ipetkov",
"repo": "crane", "repo": "crane",
"rev": "5b03654ce046b5167e7b0bccbd8244cb56c16f0e", "rev": "112e6591b2d6313b1bd05a80a754a8ee42432a7e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -683,11 +683,11 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1726560853, "lastModified": 1731533236,
"narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -1740,11 +1740,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720066371, "lastModified": 1737420293,
"narHash": "sha256-uPlLYH2S0ACj0IcgaK9Lsf4spmJoGejR9DotXiXSBZQ=", "narHash": "sha256-F1G5ifvqTpJq7fdkT34e/Jy9VCyzd5XfJ9TO8fHhJWE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-github-actions", "repo": "nix-github-actions",
"rev": "622f829f5fe69310a866c8a6cd07e747c44ef820", "rev": "f4158fa080ef4503c8f4c820967d946c2af31ec9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -2315,11 +2315,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727577080, "lastModified": 1739154531,
"narHash": "sha256-2LPT76Acp6ebt7fCt90eq/M8T2+X09s/yTVgfVFrtno=", "narHash": "sha256-QGeN6e0nMJlNLzm3Y2A7P6riXhQXMeCXLZ7yajZYFQM=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "73a833855442ce8cee710cf4d8d054fea1c81196", "rev": "035dac86ab7ce5c1e8a4d59dfe85e6911a3526ea",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -107,6 +107,13 @@
}"), }"),
) )
''; '';
"hyprwin.ron".text = ''
Config(
icons: {
"org.wezfurlong.wezterm": "wezterm",
}
)
'';
}; };
extraCss = '' extraCss = ''

View File

@@ -45,5 +45,6 @@ lib.attrsets.optionalAttrs device.hasGui {
wl-clipboard wl-clipboard
zed-editor zed-editor
webcord webcord
prismlauncher
]; ];
} }