formating

This commit is contained in:
Don Harper 2025-04-26 18:07:26 -05:00
parent 06d56ac7d4
commit 59c6e5da13
4 changed files with 8 additions and 6 deletions

View file

@ -33,8 +33,8 @@
}; };
# ace = import ./hosts/ace/colmena.nix; # Acer C720 # ace = import ./hosts/ace/colmena.nix; # Acer C720
# book = import ./hosts/book/colmena.nix; # Google Pixelbook 2017 w/ nvme. Storage dead # book = import ./hosts/book/colmena.nix; # Google Pixelbook 2017 w/ nvme. Storage dead
display = import ./hosts/display/colmena.nix; # Pi4 display = import ./hosts/display/colmena.nix; # Pi4
eve = import ./hosts/eve/colmena.nix; # Google Pixelbook 2017 w/ eMMC. eve = import ./hosts/eve/colmena.nix; # Google Pixelbook 2017 w/ eMMC.
fred = import ./hosts/fred/colmena.nix; fred = import ./hosts/fred/colmena.nix;
loki = import ./hosts/loki/colmena.nix; loki = import ./hosts/loki/colmena.nix;
# pocket2 = import ./hosts/pocket2/colmena.nix; # pocket2 = import ./hosts/pocket2/colmena.nix;

View file

@ -22,8 +22,7 @@
hr-seek = "yes"; hr-seek = "yes";
index = "default"; index = "default";
save-position-on-quit = "yes"; save-position-on-quit = "yes";
script-opts = script-opts = "ytdl_hook-ytdl_path=/home/don/.local/bin/yt-dlp";
"ytdl_hook-ytdl_path=/home/don/.local/bin/yt-dlp";
# scripts=[ pkgs.mpvScripts.autoload ]; # scripts=[ pkgs.mpvScripts.autoload ];
slang = "en"; slang = "en";
user-agent = "Mozilla/5.0"; user-agent = "Mozilla/5.0";

View file

@ -20,7 +20,7 @@
bell = { urgent = "yes"; }; bell = { urgent = "yes"; };
}; };
}; };
yazi = { # terminal fm ala ranger/vifm yazi = { # terminal fm ala ranger/vifm
enable = true; enable = true;
flavors = { dark = pkgs.yaziPlugins.yatline-catppuccin; }; flavors = { dark = pkgs.yaziPlugins.yatline-catppuccin; };
}; };

View file

@ -136,7 +136,10 @@ in {
}; };
pulse = { enable = true; }; pulse = { enable = true; };
}; };
printing = { enable = true; drivers = [pkgs.hplipWithPlugin];}; printing = {
enable = true;
drivers = [ pkgs.hplipWithPlugin ];
};
pulseaudio = { enable = false; }; pulseaudio = { enable = false; };
tailscale = { enable = true; }; tailscale = { enable = true; };
udev = { udev = {