summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2025-04-28 11:09:03 -0300
committerLeonardo Santiago <[email protected]>2025-04-28 11:09:03 -0300
commitb8b8078854b9249ec2b73f21e42cadc3a4952c7a (patch)
treea0efab83e956626923b18a7e4cef2df5a3776e2d
parentfef5bafc239aff53d5ed230c84779b2662de1510 (diff)
chore(nixpkgs): update nixpkgs, zen-browser, replace vesktop with legcordHEADmaster
-rw-r--r--flake.lock12
-rw-r--r--modules/basic.nix2
-rw-r--r--modules/default-user.nix2
3 files changed, 8 insertions, 8 deletions
diff --git a/flake.lock b/flake.lock
index eb3a056..1074838 100644
--- a/flake.lock
+++ b/flake.lock
@@ -504,11 +504,11 @@
},
"nixpkgs_5": {
"locked": {
- "lastModified": 1744098102,
- "narHash": "sha256-tzCdyIJj9AjysC3OuKA+tMD/kDEDAF9mICPDU7ix0JA=",
+ "lastModified": 1745526057,
+ "narHash": "sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "c8cd81426f45942bb2906d5ed2fe21d2f19d95b7",
+ "rev": "f771eb401a46846c1aebd20552521b233dd7e18b",
"type": "github"
},
"original": {
@@ -745,11 +745,11 @@
"nixpkgs": "nixpkgs_6"
},
"locked": {
- "lastModified": 1744219028,
- "narHash": "sha256-OIlCvj5tSmHgpQzjut918nUwWrXTiT+BLU5UVhg6r2o=",
+ "lastModified": 1745809801,
+ "narHash": "sha256-TPQZmVUZxq4rIXqZcAuXeHu1etCo0AXF+3Dkar44aCk=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
- "rev": "4f66642dbaea0571a2c6fe1fe3f36fe408ece037",
+ "rev": "7902bf43aefe27fc18448702ebe6705bb27ad36c",
"type": "github"
},
"original": {
diff --git a/modules/basic.nix b/modules/basic.nix
index a270d43..216ce81 100644
--- a/modules/basic.nix
+++ b/modules/basic.nix
@@ -10,7 +10,7 @@
type = "path";
path = inputs.nixpkgs;
};
- package = pkgs.lib.mkForce pkgs.nixVersions.nix_2_25;
+ package = pkgs.lib.mkForce pkgs.nixVersions.nix_2_28;
settings = {
trusted-users = [ "root" "leonardo" ];
auto-optimise-store = true;
diff --git a/modules/default-user.nix b/modules/default-user.nix
index 2ce3732..973178c 100644
--- a/modules/default-user.nix
+++ b/modules/default-user.nix
@@ -72,7 +72,7 @@ in {
file.".ssh/id_ed25519.pub".source = ../secrets/user-ssh-key.pub;
# file.".mozilla/firefox/leonardo/chrome/firefox-gnome-theme" = mkIf cfg.firefox.enable { source = inputs.firefox-gnome-theme; };
packages = lib.optionals cfg.desktop-environment.enable (with pkgs; [
- vesktop
+ legcord
slack
whatsapp-for-linux
telegram-desktop