style: clean up whitespace and formatting in Nix package configurations
All checks were successful
Nix Format Check / check-format (push) Successful in 56s

This commit is contained in:
Menno van Leeuwen 2025-03-12 13:55:18 +01:00
parent c7bf5c6921
commit 785bd9b122
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
4 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,9 @@
{ pkgs-unstable, pkgs, ... }: { pkgs-unstable, pkgs, ... }:
let let
# Create a script to fix electron apps # 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 in
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
@ -61,7 +63,6 @@ in
virt-viewer virt-viewer
]; ];
# Fix for all Electron apps' chrome-sandbox # Fix for all Electron apps' chrome-sandbox
home.activation.fixElectronChromeSandbox = '' home.activation.fixElectronChromeSandbox = ''
echo "" echo ""