flake update / brave fix

This commit is contained in:
m3tam3re 2025-03-18 09:32:28 +01:00
parent e93bdf20a3
commit b47e20afad
4 changed files with 20 additions and 16 deletions

30
flake.lock generated
View File

@ -151,11 +151,11 @@
]
},
"locked": {
"lastModified": 1741914680,
"narHash": "sha256-Vu4DIZvgfWMzhUyxbHUrJaQb5232S5vuwxQ2sBcBVHk=",
"lastModified": 1742246081,
"narHash": "sha256-1e4oFbtdOOb6NqauHevWWjEUXZnfZ6RUAJJjn9i4YBc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "30cce6848a5aa41ceb5fb33185b84868cc3e9bef",
"rev": "c657142e24a43ea1035889f0b0a7c24598e0e18a",
"type": "github"
},
"original": {
@ -192,11 +192,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1740863579,
"narHash": "sha256-U4amsszfgPUTAa9FrIlYsCCpmAyko22h/nbjhmAZvAs=",
"lastModified": 1742270078,
"narHash": "sha256-4ToEwwxUV+DqN7eEBuRKL06g/CqAbh82q+EaB8woyDw=",
"owner": "Jas-SinghFSU",
"repo": "HyprPanel",
"rev": "2be9f1ef6c2df2ecf0eebe5a039e8029d8d151cd",
"rev": "a4e9a99f82d09b16d3a164d6c20af23d8acee9be",
"type": "github"
},
"original": {
@ -239,11 +239,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1741944640,
"narHash": "sha256-MqD2MGUyFB/sCdUy524MXh0rfisAZATZxsGPtAxajq8=",
"lastModified": 1742283506,
"narHash": "sha256-vvN8Qp4uUNYG+uQQXwxfEPX39EzWX41Bbds6bKqqgf8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1ac6bd9e5ffac4fc92d5eae24652d3b5a91eef18",
"rev": "8166fb73319129348867dbaeb5f6eda3a60e2e4b",
"type": "github"
},
"original": {
@ -255,11 +255,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1741862977,
"narHash": "sha256-prZ0M8vE/ghRGGZcflvxCu40ObKaB+ikn74/xQoNrGQ=",
"lastModified": 1742136038,
"narHash": "sha256-DDe16FJk18sadknQKKG/9FbwEro7A57tg9vB5kxZ8kY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "cdd2ef009676ac92b715ff26630164bb88fec4e0",
"rev": "a1185f4064c18a5db37c5c84e5638c78b46e3341",
"type": "github"
},
"original": {
@ -287,11 +287,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1741851582,
"narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=",
"lastModified": 1742069588,
"narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6607cf789e541e7873d40d3a8f7815ea92204f32",
"rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5",
"type": "github"
},
"original": {

View File

@ -82,7 +82,7 @@
home.packages = with pkgs; [
appimage-run
pinned.anytype
anytype
# blueberry
brave
# brightnessctl

View File

@ -17,6 +17,7 @@
services.xserver.videoDrivers = ["amdgpu"];
security.polkit.enable = true;
security.pam.services.gdm.enableGnomeKeyring = true;
networking.hostName = "m3-kratos"; # Define your hostname.
networking.hostId = "458bd616";
networking.extraHosts = ''

View File

@ -9,6 +9,9 @@
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
n8n = import ./mods/n8n.nix {inherit prev;};
brave = prev.brave.override {
commandLineArgs = "--password-store=gnome-libsecret";
};
# hyprpanel = inputs.hyprpanel.packages.${prev.system}.default.overrideAttrs (prev: {
# version = "latest"; # or whatever version you want
# src = final.fetchFromGitHub {