style: use alejandra formatter on all nix files
This commit is contained in:
parent
d563805909
commit
0d8a394dcf
76 changed files with 1287 additions and 935 deletions
|
@ -1,9 +1,12 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.web.webcord;
|
||||
in
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.modules.web.webcord;
|
||||
in {
|
||||
options.modules.web.webcord = {
|
||||
enable = mkEnableOption "enable Lutris Gaming preservation platform";
|
||||
};
|
||||
|
@ -11,7 +14,7 @@ in
|
|||
home.packages = with pkgs; [
|
||||
webcord
|
||||
];
|
||||
|
||||
|
||||
xdg.desktopEntries = {
|
||||
webcord = {
|
||||
name = "Webcord";
|
||||
|
@ -19,7 +22,7 @@ in
|
|||
exec = "webcord --ozone-platform=wayland";
|
||||
icon = "webcord";
|
||||
terminal = false;
|
||||
categories = [ "Application" "Network" "WebBrowser" ];
|
||||
categories = ["Application" "Network" "WebBrowser"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue