qol(youtube music): changed src of ytm

This commit is contained in:
2025-10-12 18:09:21 +01:00
parent 857bb5dba3
commit e03dd8b13d
2 changed files with 38 additions and 9 deletions

View File

@@ -32,10 +32,15 @@
boot.loader.grub.efiSupport = true;
boot.loader.grub.efiInstallAsRemovable = true;
nix.settings.experimental-features = [
"flakes"
"nix-command"
];
nix.settings = {
experimental-features = [
"flakes"
"nix-command"
];
trusted-users = [
"doloro"
];
};
networking.hostName = "doloroo-main"; # Define your hostname.