This commit is contained in:
Varris 2023-10-09 17:12:39 +02:00
parent 0f675eddd2
commit eab9297346
6 changed files with 6 additions and 7 deletions

View File

@ -105,7 +105,7 @@
];
};
in {
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra;
formatter.${system} = nixpkgs.legacyPackages.${system}.alejandra;
overlays = import ./overlay.nix {inherit inputs;};
nixosConfigurations.terra =

View File

@ -1,4 +1,4 @@
{...}: {
{
programs.beets = {
enable = true;

View File

@ -1,4 +1,4 @@
{...}: {
{
programs.browserpass = {
enable = true;
browsers = ["firefox"];

View File

@ -1,4 +1,4 @@
{...}: {
{
services.mpd = {
enable = true;
musicDirectory = "/mnt/hdd/Music";

View File

@ -1,14 +1,12 @@
{...}: {
{
programs.mpv = {
enable = true;
config = {
profile = "gpu-hq";
ytdl-format = "bestvideo+bestaudio";
hwdec = "vaapi";
# gpu-context = "wayland";
force-window = "yes";
ao = "pipewire";
# vo = "dmabuf-wayland";
};
};
}

View File

@ -72,6 +72,7 @@
vulkan-tools
vulkan-validation-layers
xdg-utils
xivlauncher
];
home.sessionVariables = {