style: change some nix formatting

This commit is contained in:
matt1432 2024-06-09 22:49:30 -04:00
parent 7ea031e84e
commit 158f0a6813
28 changed files with 84 additions and 137 deletions

View file

@ -4,9 +4,7 @@ in {
# https://nixos.wiki/wiki/Distributed_build
home-manager.users.root = {
home.file.".ssh/config".text =
/*
ssh_config
*/
# ssh_config
''
Host ${servivi}
# Prevent using ssh-agent or another keyfile, useful for testing

View file

@ -119,9 +119,7 @@
power-profiles-daemon.enable = false;
udev.extraRules =
/*
udev
*/
# udev
''
# give permanent path to keyboard XF86* binds
SUBSYSTEMS=="input", ATTRS{id/product}=="0006", ATTRS{id/vendor}=="0000", SYMLINK += "video-bus"