infolder config file

This commit is contained in:
Mohamed Chrayed 2024-08-03 18:33:33 +02:00
parent 0779b6d975
commit a1a7626d06
4 changed files with 18 additions and 5 deletions

View File

@ -4,7 +4,7 @@
imports = [ imports = [
./user/userpkgs.nix ./user/userpkgs.nix
./user/plasma.nix ./user/plasma.nix
./user/configs.nix ./user/config.nix
]; ];
home.username = "mo"; home.username = "mo";
home.homeDirectory = "/home/mo"; home.homeDirectory = "/home/mo";

4
user/config.nix Normal file
View File

@ -0,0 +1,4 @@
{ config, pkgs, pkgs-stable, ... }:
{
home.file."~/.config/haruna/haruna.config".source = ../configs/haruna.config;
}

View File

@ -1,4 +0,0 @@
{ config, pkgs, pkgs-stable, ... }:
{
home.file.".config/haruna/haruna.config".source = ../configs/haruna.config;
}

13
user/haruna.conf Normal file
View File

@ -0,0 +1,13 @@
[Audio]
PreferredLanguage=eng,en,ger,de,jap,ja
[General]
AppendVideoToSingleInstance=true
ShowPreviewThumbnail=true
UseSingleInstance=true
[Playback]
UseHWDecoding=true
[Subtitles]
PreferredLanguage=eng,en,ger,de,jap,ja