Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosubin committed Feb 26, 2025
1 parent eeb88db commit 58cfba2
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 128 deletions.
140 changes: 19 additions & 121 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
inputs.nix-darwin.follows = "darwin";
inputs.home-manager.follows = "home-manager";
};

nix-vscode-extensions = {
Expand Down
4 changes: 2 additions & 2 deletions libraries/nixpkgs/programs/homerow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenvNoCC.mkDerivation rec {
pname = "homerow";
version = "1.3.3";
version = "1.4.0";

src = fetchurl {
url = "https://builds.homerow.app/v${version}/Homerow.zip";
name = "Homerow.app";
sha256 = "1jlpqpcik9qqflf0m5gwhskk31vc2bzfhhm3hg9jdl2drx2iq04r";
sha256 = "1cb1qc4kwb3w5x7s6ag0q4mygawcngmvy29viyn6sk3n28jng3wd";
};

nativeBuildInputs = [ unzip ];
Expand Down
2 changes: 1 addition & 1 deletion modules/darwin/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
security.pam = {
enableSudoTouchIdAuth = true;
services.sudo_local.touchIdAuth = true;
};

programs.bash = {
Expand Down
2 changes: 1 addition & 1 deletion modules/shared/programs/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ in
programs.vscode = rec {
enable = true;
package = overlays.vscodium;
extensions = with (pkgs.forVSCodeVersion package.version).vscode-marketplace; [
profiles.default.extensions = with (pkgs.forVSCodeVersion package.version).vscode-marketplace; [
adguard.adblock
arcanis.vscode-zipfs
bierner.markdown-preview-github-styles
Expand Down

0 comments on commit 58cfba2

Please sign in to comment.