Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Dec 25, 2024
1 parent 2d819fd commit 99fcdec
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 1 deletion.
151 changes: 151 additions & 0 deletions dotfiles/assets/hyper.js

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

6 changes: 5 additions & 1 deletion dotfiles/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
mainlyRemote,
home-manager,
}: {
config,
pkgs,
lib,
...
Expand Down Expand Up @@ -37,5 +38,8 @@ in {
[(import ./mac.nix {inherit username;})]
);

home = {inherit username homeDirectory stateVersion;};
home = {
inherit username homeDirectory stateVersion;
file.".hyper.js".source = config.lib.file.mkOutOfStoreSymlink ./assets/hyper.js;
};
}

0 comments on commit 99fcdec

Please sign in to comment.