Update youtube-music

This commit is contained in:
2023-10-10 11:25:12 +02:00
parent 9653c017ea
commit e08b63041d
3 changed files with 8 additions and 9 deletions
Generated
+7 -7
View File
@@ -90,17 +90,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1696019113,
"narHash": "sha256-X3+DKYWJm93DRSdC5M6K5hLqzSya9BjibtBsuARoPco=",
"owner": "NixOS",
"lastModified": 1696929687,
"narHash": "sha256-JcOb2HevAY+XtQu5AQDljV2xcrEfPkpI0E7/qzLHA68=",
"owner": "zoriya",
"repo": "nixpkgs",
"rev": "f5892ddac112a1e9b3612c39af1b72987ee5783a",
"rev": "60223c238b887c5c3c0a9d7bb479d4d1df6f8f37",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
"owner": "zoriya",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
+1 -1
View File
@@ -2,7 +2,7 @@
description = "A very basic flake";
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "github:zoriya/nixpkgs"; #"nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
-1
View File
@@ -46,6 +46,5 @@ in {
tuxedo-keyboard = super.callPackage ./tuxedo-keyboard {};
slack = enableWayland super.slack ["slack"];
discord = enableWayland super.discord ["discord" "Discord"];
youtube-music = enableWayland super.youtube-music ["youtube-music"];
vscode = enableWayland super.vscode ["code"];
}