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:
@@ -34,7 +34,7 @@
|
|||||||
wget
|
wget
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|
||||||
# Package management
|
# Package management
|
||||||
devbox
|
devbox
|
||||||
|
|
||||||
# Development SDKs/Toolkits
|
# Development SDKs/Toolkits
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
ddrescue
|
ddrescue
|
||||||
|
|
||||||
# 1Password CLI
|
# 1Password CLI
|
||||||
_1password-cli
|
_1password-cli
|
||||||
];
|
];
|
||||||
|
@@ -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 ""
|
||||||
|
@@ -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 = [
|
||||||
|
Reference in New Issue
Block a user