Update lambda-launcher

This commit is contained in:
Alexander Bantyev 2020-06-21 21:48:26 +03:00
parent 4718d7103e
commit 770d8cc913
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
5 changed files with 84 additions and 38 deletions

51
flake.lock generated
View File

@ -3,11 +3,11 @@
"NUR": { "NUR": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1591945664, "lastModified": 1592760432,
"narHash": "sha256-ChFW3QGFwokXp7YAkjXtXgGa8xkWiEsvOM/GyHGFIfY=", "narHash": "sha256-x9IcjohICpEhLAkdFKR090wR27B8SyTnVbw/9RVnt0s=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "eb18cceff0fb3b2c1e65dbba7eee94cbf3872bd1", "rev": "f8162f2ee1d26d850f3ed56dec9337ca5f9a9e15",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -67,6 +67,24 @@
"type": "github" "type": "github"
} }
}, },
"lambda-launcher": {
"inputs": {
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1592763689,
"narHash": "sha256-qUA7qgDr9jgMVGM//OALAphpRb05u2tDxSEE0XLxumg=",
"owner": "balsoft",
"repo": "lambda-launcher",
"rev": "031fec7e39efe64bd08b58860d0868f8205c1fbd",
"type": "github"
},
"original": {
"owner": "balsoft",
"repo": "lambda-launcher",
"type": "github"
}
},
"materia-theme": { "materia-theme": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -101,7 +119,7 @@
}, },
"nix": { "nix": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1591915976, "lastModified": 1591915976,
@ -196,6 +214,22 @@
} }
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": {
"lastModified": 1592754205,
"narHash": "sha256-CQzP4Ur/lNGKQQCQlA5E44rmJmZcAparDDHAus5evH4=",
"owner": "balsoft",
"repo": "nixpkgs",
"rev": "a50dd17125c2923e30ff06aeafdfee29b9be9ade",
"type": "github"
},
"original": {
"owner": "balsoft",
"ref": "fix-gi-gtk-declarative",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1591633336, "lastModified": 1591633336,
"narHash": "sha256-oVXv4xAnDJB03LvZGbC72vSVlIbbJr8tpjEW5o/Fdek=", "narHash": "sha256-oVXv4xAnDJB03LvZGbC72vSVlIbbJr8tpjEW5o/Fdek=",
@ -210,7 +244,7 @@
"type": "indirect" "type": "indirect"
} }
}, },
"nixpkgs_3": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1591946521, "lastModified": 1591946521,
"narHash": "sha256-Z9WtCDcSETJ6+wTIxNFjSFeWg3yJDAKc1nH2p6mm96s=", "narHash": "sha256-Z9WtCDcSETJ6+wTIxNFjSFeWg3yJDAKc1nH2p6mm96s=",
@ -224,7 +258,7 @@
"type": "indirect" "type": "indirect"
} }
}, },
"nixpkgs_4": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1587390417, "lastModified": 1587390417,
"narHash": "sha256-dLQebnBviLNiN2Ei3Iqyxm73EFwz77YcvitvMYwRNA8=", "narHash": "sha256-dLQebnBviLNiN2Ei3Iqyxm73EFwz77YcvitvMYwRNA8=",
@ -244,11 +278,12 @@
"NUR": "NUR", "NUR": "NUR",
"base16-unclaimed-schemes": "base16-unclaimed-schemes", "base16-unclaimed-schemes": "base16-unclaimed-schemes",
"home-manager": "home-manager", "home-manager": "home-manager",
"lambda-launcher": "lambda-launcher",
"materia-theme": "materia-theme", "materia-theme": "materia-theme",
"mobile-broadband-provider-info": "mobile-broadband-provider-info", "mobile-broadband-provider-info": "mobile-broadband-provider-info",
"nix": "nix", "nix": "nix",
"nixos-fhs-compat": "nixos-fhs-compat", "nixos-fhs-compat": "nixos-fhs-compat",
"nixpkgs": "nixpkgs_3", "nixpkgs": "nixpkgs_4",
"nixpkgs-mopidy": "nixpkgs-mopidy", "nixpkgs-mopidy": "nixpkgs-mopidy",
"nixpkgs-old": "nixpkgs-old", "nixpkgs-old": "nixpkgs-old",
"nixpkgs-wayland": "nixpkgs-wayland", "nixpkgs-wayland": "nixpkgs-wayland",
@ -310,7 +345,7 @@
"yt-utilities": { "yt-utilities": {
"inputs": { "inputs": {
"haskell-nix": "haskell-nix", "haskell-nix": "haskell-nix",
"nixpkgs": "nixpkgs_4" "nixpkgs": "nixpkgs_5"
}, },
"locked": { "locked": {
"lastModified": 1588006875, "lastModified": 1588006875,

View File

@ -10,6 +10,11 @@
ref = "mopidy"; ref = "mopidy";
flake = false; flake = false;
}; };
lambda-launcher = {
type = "github";
owner = "balsoft";
repo = "lambda-launcher";
};
NUR = { NUR = {
type = "github"; type = "github";
owner = "nix-community"; owner = "nix-community";

View File

@ -15,7 +15,7 @@ with import ../support.nix { inherit lib config; }; {
name = "emacsclient"; name = "emacsclient";
text = '' text = ''
#!${pkgs.bash}/bin/bash #!${pkgs.bash}/bin/bash
${pkgs.emacs}/bin/emacsclient -s /tmp/emacs1000/server -c $@''; ${config.home-manager.users.balsoft.programs.emacs.finalPackage}/bin/emacsclient -s /tmp/emacs1000/server -c $@'';
executable = true; executable = true;
}); });
desktop = "emacsclient"; desktop = "emacsclient";
@ -53,7 +53,9 @@ with import ../support.nix { inherit lib config; }; {
desktop = "gnumeric"; desktop = "gnumeric";
}; };
}; };
home-manager.users.balsoft.xdg.mimeApps.defaultApplications = home-manager.users.balsoft.xdg.mimeApps = {
enable = true;
defaultApplications =
with config.defaultApplications; with config.defaultApplications;
builtins.mapAttrs (name: value: builtins.mapAttrs (name: value:
@ -82,4 +84,5 @@ with import ../support.nix { inherit lib config; }; {
editor; # This actually makes Emacs an editor for everything... XDG is wierd editor; # This actually makes Emacs an editor for everything... XDG is wierd
}; };
}; };
};
} }

View File

@ -34,8 +34,9 @@
xdg_utils xdg_utils
nheko nheko
git-crypt git-crypt
nix-patch
inputs.yt-utilities.defaultPackage.x86_64-linux inputs.yt-utilities.defaultPackage.x86_64-linux
lambda-launcher
nix-patch
pass-wayland pass-wayland
papirus-icon-theme papirus-icon-theme
] ++ (with pkgs.kdeApplications; [ ] ++ (with pkgs.kdeApplications; [

View File

@ -21,7 +21,9 @@ in {
nurpkgs = pkgs; nurpkgs = pkgs;
}).repos; }).repos;
inherit (nur.balsoft.pkgs) termNote lambda-launcher nix-patch; inherit (nur.balsoft.pkgs) termNote nix-patch;
inherit (inputs.lambda-launcher.packages.x86_64-linux) lambda-launcher;
inherit (old) mautrix-telegram; inherit (old) mautrix-telegram;