mirror of
https://github.com/nmasur/dotfiles
synced 2026-06-03 22:23:56 +00:00
Compare commits
3 Commits
eb1c08f5da
...
d38f767d03
| Author | SHA1 | Date | |
|---|---|---|---|
| d38f767d03 | |||
| ebd79aa348 | |||
| f778bc58ac |
@@ -1,5 +1,6 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
@@ -22,8 +23,18 @@ in
|
||||
name = config.programs.git.userName;
|
||||
email = config.programs.git.userEmail;
|
||||
};
|
||||
ui.paginate = "never";
|
||||
|
||||
# Automatically snapshot when files change
|
||||
fsmonitor.backend = "watchman";
|
||||
fsmonitor.watchman.register-snapshot-trigger = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
# Required for the fsmonitor to auto-snapshot
|
||||
pkgs.watchman
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,6 +17,7 @@ in
|
||||
|
||||
nmasur.presets.programs = {
|
||||
zed-editor.enable = lib.mkDefault true;
|
||||
jujutsu.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
|
||||
Reference in New Issue
Block a user