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:
2025-03-12 13:55:18 +01:00
parent c7bf5c6921
commit 785bd9b122
4 changed files with 7 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,13 +1,15 @@
{ 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; [
# Custom scripts # Custom scripts
fix-electron-apps fix-electron-apps
# GUI Application # GUI Application
## Utilities ## Utilities
mission-center # Task Manager like Windows 11 mission-center # Task Manager like Windows 11
@@ -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 ""

View File

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