mirror of
https://github.com/zoriya/flake.git
synced 2026-05-30 01:38:11 +00:00
Update youtube-music
This commit is contained in:
Generated
+7
-7
@@ -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": {
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user