diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-29 01:40:24 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-29 01:42:16 -0400 |
| commit | 5c039f71de5962a86fd5c391b3f5727ed9f33e73 (patch) | |
| tree | 65e180678347ce88939dcd29e4a325d1d713498e /hjem.nix | |
| parent | surf browser hist and bmarks (diff) | |
| download | nixos-5c039f71de5962a86fd5c391b3f5727ed9f33e73.tar.gz nixos-5c039f71de5962a86fd5c391b3f5727ed9f33e73.tar.bz2 nixos-5c039f71de5962a86fd5c391b3f5727ed9f33e73.zip | |
update surf with link hints script
a bit broken
Diffstat (limited to '')
| -rw-r--r-- | hjem.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,8 +32,10 @@ ); ".config/surf/styles/default.css".text = builtins.readFile ./dotfiles/surf/styles/default.css; + ".config/surf/script.js".text = builtins.readFile ./dotfiles/surf/script.js; }; + packages = with pkgs; [ discord lazygit |
