This commit is contained in:
Lyes Saadi 2024-07-22 11:05:38 +02:00
parent 3fdaf90ede
commit 6b21c45093
No known key found for this signature in database
GPG key ID: 17418538BAA17767
5 changed files with 13 additions and 32 deletions

37
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720734513, "lastModified": 1721534365,
"narHash": "sha256-neWQ8eNtLTd+YMesb7WjKl1SVCbDyCm46LUgP/g/hdo=", "narHash": "sha256-XpZOkaSJKdOsz1wU6JfO59Rx2fqtcarQ0y6ndIOKNpI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "90ae324e2c56af10f20549ab72014804a3064c7f", "rev": "635563f245309ef5320f80c7ebcb89b2398d2949",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,11 +38,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1720737798, "lastModified": 1721413321,
"narHash": "sha256-G/OtEAts7ZUvW5lrGMXSb8HqRp2Jr9I7reBuvCOL54w=", "narHash": "sha256-0GdiQScDceUrVGbxYpV819LHesK3szHOhJ09e6sgES4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "c5013aa7ce2c7ec90acee5d965d950c8348db751", "rev": "ab165a8a6cd12781d76fe9cbccb9e975d0fb634f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -54,11 +54,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1720768451, "lastModified": 1721379653,
"narHash": "sha256-EYekUHJE2gxeo2pM/zM9Wlqw1Uw2XTJXOSAO79ksc4Y=", "narHash": "sha256-8MUgifkJ7lkZs3u99UDZMB4kbOxvMEXQZ31FO3SopZ0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7e7c39ea35c5cdd002cd4588b03a3fb9ece6fad9", "rev": "1d9c2c9b3e71b9ee663d11c5d298727dace8d374",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -73,24 +73,7 @@
"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"
} }
} }
}, },

View file

@ -7,8 +7,6 @@
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: {

View file

@ -29,6 +29,7 @@
fonts = { fonts = {
packages = with pkgs; [ packages = with pkgs; [
twemoji-color-font
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
noto-fonts-lgc-plus noto-fonts-lgc-plus

View file

@ -100,7 +100,6 @@
xdg.portal.enable = true; xdg.portal.enable = true;
# Sound # Sound
sound.enable = false;
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { services.pipewire = {

View file

@ -1,4 +1,4 @@
{ pkgs, lib, config, thunderbird-128, ... }: { pkgs, lib, config, ... }:
let let
tex = (pkgs.texlive.combine { inherit (pkgs.texlive) tex = (pkgs.texlive.combine { inherit (pkgs.texlive)
@ -32,7 +32,7 @@ in {
organicmaps organicmaps
# Messaging # Messaging
thunderbird-128.legacyPackages.x86_64-linux.thunderbird-128 thunderbird-128
discord discord
vesktop vesktop
whatsapp-for-linux whatsapp-for-linux