qol(youtube music): changed src of ytm
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user