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": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1720542800,
|
"lastModified": 1720768451,
|
||||||
"narHash": "sha256-ZgnNHuKV6h2+fQ5LuqnUaqZey1Lqqt5dTUAiAnqH0QQ=",
|
"narHash": "sha256-EYekUHJE2gxeo2pM/zM9Wlqw1Uw2XTJXOSAO79ksc4Y=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "feb2849fdeb70028c70d73b848214b00d324a497",
|
"rev": "7e7c39ea35c5cdd002cd4588b03a3fb9ece6fad9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -73,7 +73,24 @@
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"nix-flatpak": "nix-flatpak",
|
"nix-flatpak": "nix-flatpak",
|
||||||
"nixos-hardware": "nixos-hardware",
|
"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";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
|
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: {
|
outputs = { self, nixpkgs, nixos-hardware, nix-flatpak, ... }@attrs: {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, lib, config, thunderbird-128, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
tex = (pkgs.texlive.combine { inherit (pkgs.texlive)
|
tex = (pkgs.texlive.combine { inherit (pkgs.texlive)
|
||||||
|
|
@ -19,9 +19,11 @@ let
|
||||||
comment;
|
comment;
|
||||||
});
|
});
|
||||||
in {
|
in {
|
||||||
|
|
||||||
|
# Packages
|
||||||
users.users.lyes.packages = with pkgs; [
|
users.users.lyes.packages = with pkgs; [
|
||||||
# Web
|
# Web
|
||||||
# fragments
|
fragments
|
||||||
dropbox
|
dropbox
|
||||||
varia
|
varia
|
||||||
filezilla
|
filezilla
|
||||||
|
|
@ -30,7 +32,7 @@ in {
|
||||||
organicmaps
|
organicmaps
|
||||||
|
|
||||||
# Messaging
|
# Messaging
|
||||||
thunderbird
|
thunderbird-128.legacyPackages.x86_64-linux.thunderbird-128
|
||||||
discord
|
discord
|
||||||
vesktop
|
vesktop
|
||||||
whatsapp-for-linux
|
whatsapp-for-linux
|
||||||
|
|
@ -71,7 +73,9 @@ in {
|
||||||
|
|
||||||
# Proton
|
# Proton
|
||||||
protonmail-bridge-gui
|
protonmail-bridge-gui
|
||||||
|
protonmail-desktop
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
|
proton-pass
|
||||||
|
|
||||||
# Games
|
# Games
|
||||||
heroic
|
heroic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue