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
@ -34,7 +34,7 @@
|
||||
wget
|
||||
fastfetch
|
||||
|
||||
# Package management
|
||||
# Package management
|
||||
devbox
|
||||
|
||||
# Development SDKs/Toolkits
|
||||
|
@ -2,7 +2,7 @@
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
ddrescue
|
||||
|
||||
|
||||
# 1Password CLI
|
||||
_1password-cli
|
||||
];
|
||||
|
@ -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 ""
|
||||
|
@ -7,7 +7,7 @@
|
||||
"<Shift><Alt>4"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
volume-step = 2;
|
||||
custom-keybindings = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user