mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-21 07:07:36 +02:00
feat: format via 'ls **/*.nix | each { |it| nixfmt $it.name }'
This commit is contained in:
@@ -12,6 +12,6 @@ makeDesktopItem {
|
||||
# tree $"($p)/share/icons"
|
||||
icon = "${qq}/share/icons/hicolor/512x512/apps/qq.png";
|
||||
type = "Application";
|
||||
categories = ["Network"];
|
||||
categories = [ "Network" ];
|
||||
comment = "QQ boxed";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user