mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
feat: add jujutsu
This commit is contained in:
parent
4696d07817
commit
28522976d8
3 changed files with 21 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ _: {
|
|||
./comma.nix
|
||||
./core.nix
|
||||
./git.nix
|
||||
./jujutsu.nix
|
||||
./just.nix
|
||||
./neovim.nix
|
||||
./zellij.nix
|
||||
|
|
|
|||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
1
result
1
result
|
|
@ -1 +0,0 @@
|
|||
/nix/store/gqj9xi5bxfcj7znzs0qmr4jz1zahad2r-nixos-system-work-24.11.20250302.1546c45
|
||||
1
result
Normal file
1
result
Normal file
|
|
@ -0,0 +1 @@
|
|||
/nix/store/gqj9xi5bxfcj7znzs0qmr4jz1zahad2r-nixos-system-work-24.11.20250302.1546c45
|
||||
Loading…
Add table
Add a link
Reference in a new issue