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 { in {
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra; formatter.${system} = nixpkgs.legacyPackages.${system}.alejandra;
overlays = import ./overlay.nix {inherit inputs;}; overlays = import ./overlay.nix {inherit inputs;};
nixosConfigurations.terra = nixosConfigurations.terra =

View File

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

View File

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

View File

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

View File

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

View File

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