mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
feat: add jujutsu
This commit is contained in:
parent
4696d07817
commit
28522976d8
3 changed files with 21 additions and 0 deletions
20
modules/programs/jujutsu.nix
Normal file
20
modules/programs/jujutsu.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
pkgsUnstable,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgsUnstable; [
|
||||
jujutsu
|
||||
jjui
|
||||
];
|
||||
|
||||
fireproof.home-manager.programs.jujutsu = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
user = {
|
||||
email = "nickolaj@fireproof.website";
|
||||
name = "Nickolaj Jepsen";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue