summaryrefslogtreecommitdiff
path: root/configuration.nix
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-19 08:52:27 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-19 08:52:27 -0500
commit0faaf1662e689de55d95199065d845fea3097a69 (patch)
tree83feec81cd0ec5a6d7b21b747b1b308520053e31 /configuration.nix
parent87889500ad5c9de4ab28e08d04372ce932fc47b1 (diff)
Reformat
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/configuration.nix b/configuration.nix
index 5623c2a..4af20b4 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -182,8 +182,7 @@
{
matches = [
{
- "device.name" =
- "alsa_card.usb-Focusrite_Scarlett_18i20_USB_P9DCR6Y378D1E6-00";
+ "device.name" = "alsa_card.usb-Focusrite_Scarlett_18i20_USB_P9DCR6Y378D1E6-00";
}
];
actions = {
@@ -447,7 +446,6 @@
nodejs
gnumake
-
# scanners
simple-scan
@@ -462,7 +460,6 @@
];
};
-
nixpkgs.overlays = [
(self: super: {
abcde = super.abcde.overrideAttrs (oldAttrs: {
@@ -516,9 +513,9 @@
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
neovim
- (pkgs.emacs.pkgs.withPackages (epkgs: [
- (epkgs.treesit-grammars.with-grammars (g: [ g.tree-sitter-nix ]))
- ]))
+ (pkgs.emacs.pkgs.withPackages (epkgs: [
+ (epkgs.treesit-grammars.with-grammars (g: [ g.tree-sitter-nix ]))
+ ]))
];