style: clean up whitespace and formatting in Nix package configurations
All checks were successful
Nix Format Check / check-format (push) Successful in 56s
All checks were successful
Nix Format Check / check-format (push) Successful in 56s
This commit is contained in:
parent
c7bf5c6921
commit
785bd9b122
@ -1,7 +1,9 @@
|
||||
{ pkgs-unstable, pkgs, ... }:
|
||||
let
|
||||
# Create a script to fix electron apps
|
||||
fix-electron-apps = pkgs.writeScriptBin "fix-electron-apps" (builtins.readFile ./fix-electron-apps.sh);
|
||||
fix-electron-apps = pkgs.writeScriptBin "fix-electron-apps" (
|
||||
builtins.readFile ./fix-electron-apps.sh
|
||||
);
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
@ -61,7 +63,6 @@ in
|
||||
virt-viewer
|
||||
];
|
||||
|
||||
|
||||
# Fix for all Electron apps' chrome-sandbox
|
||||
home.activation.fixElectronChromeSandbox = ''
|
||||
echo ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user