unstable tdlib, man pages, zlib

This commit is contained in:
2026-02-25 06:42:59 +02:00
parent 2bfa57418b
commit ee8437321e
2 changed files with 14 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
tdlib unstable.tdlib
emacsPackages.mu4e emacsPackages.mu4e
emacs emacs
ripgrep ripgrep

View File

@@ -2,7 +2,14 @@
{ {
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config = {
allowUnfree = true;
packageOverrides = pkgs: {
unstable = import <unstable> {
config = config.nixpkgs.config;
};
};
};
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
@@ -28,6 +35,11 @@
gimp gimp
less less
unzip unzip
zip
file
man-pages
man-pages-posix
libreoffice-fresh
]; ];
programs.steam.enable = true; programs.steam.enable = true;
programs.firefox.enable = true; programs.firefox.enable = true;