717 current 2024-05-28 18:24:26 24.11.20240524.bfb7a88 6.9.1-zen1 *

This commit is contained in:
zackartz 2024-05-28 18:24:28 -04:00
parent 36765368aa
commit 86912732a7
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 18 additions and 18 deletions

32
flake.lock generated
View file

@ -69,11 +69,11 @@
"systems": "systems_3" "systems": "systems_3"
}, },
"locked": { "locked": {
"lastModified": 1716566906, "lastModified": 1716933162,
"narHash": "sha256-Vclum+J7uP/oT4LawslVP/S3QYNtyfuAR3Q9fM1Zv+0=", "narHash": "sha256-r2f8PSutFSGZ41ktTnW89s6BhuDfXmi18bHFq1u9Vog=",
"owner": "zackartz", "owner": "zackartz",
"repo": "zmio", "repo": "zmio",
"rev": "4ae31ee71479c9e6502f1307b76f558a777924f6", "rev": "6af9d01d6905b67572caa0fe803e31c10fd995dc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -84,11 +84,11 @@
}, },
"catppuccin": { "catppuccin": {
"locked": { "locked": {
"lastModified": 1716884128, "lastModified": 1716934277,
"narHash": "sha256-hzTzcX/qIGf93WVvk2jlLL3N7IgIlWylOBQkgwfTq8w=", "narHash": "sha256-BTRLOEcZnj2jLttdOq3AfKSvsFZNVKkrTpdpINDGW4k=",
"owner": "catppuccin", "owner": "catppuccin",
"repo": "nix", "repo": "nix",
"rev": "296adaf9331cd2c1eb479a25d5207508fbd06188", "rev": "96681f62faa285ad0c8dce2cdae6b0a1d0a8f094",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -560,11 +560,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1716908526, "lastModified": 1716930911,
"narHash": "sha256-Zl6e/sEVDh07K47XxDGPsXTYT4nI6llUDbQ4xMIwp7k=", "narHash": "sha256-t4HT5j3Jy7skRB5PINnxcEBCkgE89rGBpwTI7YS4Ffo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "373ead20606efa9181cd15ba19a5deac7ead1492", "rev": "a9b36cbe9292a649222b89fdb9ae9907e9c74086",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -634,11 +634,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1716842732, "lastModified": 1716932244,
"narHash": "sha256-b80p4J7OSp9LslyJimj2a4wCCNLdjJL3bIgGt+f9Gz4=", "narHash": "sha256-hyacwt+mqkIQ+stx1RyIMmq8UYE/JkMqpxVbZOLzEyI=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "722d537a91a9beacf9c12fc1317ff1fbe10ffac5", "rev": "ebf258788e46cd0320fb17138ba413f719180418",
"revCount": 4747, "revCount": 4749,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
@ -1127,11 +1127,11 @@
"systems": "systems_11" "systems": "systems_11"
}, },
"locked": { "locked": {
"lastModified": 1716889890, "lastModified": 1716933785,
"narHash": "sha256-XyTAp/F8P/JYNEUXyKujwfpp8p1F1NOQIGgILjeZLNM=", "narHash": "sha256-g1j5m++/Gm+BjqlG7Xtne0AFHo1Y+6NmANSNxofvrUY=",
"owner": "raphamorim", "owner": "raphamorim",
"repo": "rio", "repo": "rio",
"rev": "71c5e193e123bb982b499a4b70ba8c58227832fa", "rev": "1e738526a587d7691056f6888b2a88527227df76",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -8,7 +8,7 @@ return {
javascriptreact = { "prettierd", "rustywind" }, javascriptreact = { "prettierd", "rustywind" },
typescriptreact = { "prettierd", "rustywind" }, typescriptreact = { "prettierd", "rustywind" },
svelte = { "prettierd", "rustywind" }, svelte = { "prettierd", "rustywind" },
astro = { "prettierd", "rustywind" }, astro = { "prettier", "rustywind" },
css = { "prettierd" }, css = { "prettierd" },
html = { "prettierd" }, html = { "prettierd" },
json = { "prettierd" }, json = { "prettierd" },
@ -16,7 +16,7 @@ return {
markdown = { "prettierd" }, markdown = { "prettierd" },
graphql = { "prettierd" }, graphql = { "prettierd" },
lua = { "stylua" }, lua = { "stylua" },
python = { "isort", "black" }, python = { "black" },
nix = { "alejandra" }, nix = { "alejandra" },
}, },
format_on_save = { format_on_save = {