Thunderbird 128
This commit is contained in:
parent
054686ef24
commit
08722f48d3
3 changed files with 30 additions and 7 deletions
25
flake.lock
generated
25
flake.lock
generated
|
|
@ -54,11 +54,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1720542800,
|
||||
"narHash": "sha256-ZgnNHuKV6h2+fQ5LuqnUaqZey1Lqqt5dTUAiAnqH0QQ=",
|
||||
"lastModified": 1720768451,
|
||||
"narHash": "sha256-EYekUHJE2gxeo2pM/zM9Wlqw1Uw2XTJXOSAO79ksc4Y=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "feb2849fdeb70028c70d73b848214b00d324a497",
|
||||
"rev": "7e7c39ea35c5cdd002cd4588b03a3fb9ece6fad9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -73,7 +73,24 @@
|
|||
"home-manager": "home-manager",
|
||||
"nix-flatpak": "nix-flatpak",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs"
|
||||
"nixpkgs": "nixpkgs",
|
||||
"thunderbird-128": "thunderbird-128"
|
||||
}
|
||||
},
|
||||
"thunderbird-128": {
|
||||
"locked": {
|
||||
"lastModified": 1720892092,
|
||||
"narHash": "sha256-239SLhSZ6teuTXBC+Ejiyupp7Bv7ESDNPyx+7MKEiUI=",
|
||||
"owner": "vcunat",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "22601be95cba9652b9f8fce48580a1924e53cd5f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "vcunat",
|
||||
"ref": "p/thunderbird-128",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
|
||||
|
||||
thunderbird-128.url = "github:vcunat/nixpkgs/?ref=p/thunderbird-128";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixos-hardware, nix-flatpak, ... }@attrs: {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{ pkgs, lib, config, thunderbird-128, ... }:
|
||||
|
||||
let
|
||||
tex = (pkgs.texlive.combine { inherit (pkgs.texlive)
|
||||
|
|
@ -19,9 +19,11 @@ let
|
|||
comment;
|
||||
});
|
||||
in {
|
||||
|
||||
# Packages
|
||||
users.users.lyes.packages = with pkgs; [
|
||||
# Web
|
||||
# fragments
|
||||
fragments
|
||||
dropbox
|
||||
varia
|
||||
filezilla
|
||||
|
|
@ -30,7 +32,7 @@ in {
|
|||
organicmaps
|
||||
|
||||
# Messaging
|
||||
thunderbird
|
||||
thunderbird-128.legacyPackages.x86_64-linux.thunderbird-128
|
||||
discord
|
||||
vesktop
|
||||
whatsapp-for-linux
|
||||
|
|
@ -71,7 +73,9 @@ in {
|
|||
|
||||
# Proton
|
||||
protonmail-bridge-gui
|
||||
protonmail-desktop
|
||||
protonvpn-gui
|
||||
proton-pass
|
||||
|
||||
# Games
|
||||
heroic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue