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

@ -34,7 +34,7 @@
wget
fastfetch
# Package management
# Package management
devbox
# Development SDKs/Toolkits

View File

@ -2,7 +2,7 @@
{
home.packages = with pkgs; [
ddrescue
# 1Password CLI
_1password-cli
];

View File

@ -1,13 +1,15 @@
{ 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; [
# Custom scripts
fix-electron-apps
# GUI Application
## Utilities
mission-center # Task Manager like Windows 11
@ -61,7 +63,6 @@ in
virt-viewer
];
# Fix for all Electron apps' chrome-sandbox
home.activation.fixElectronChromeSandbox = ''
echo ""

View File

@ -7,7 +7,7 @@
"<Shift><Alt>4"
];
};
"org/gnome/settings-daemon/plugins/media-keys" = {
volume-step = 2;
custom-keybindings = [