mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
Merge branch 'main' into laptop
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
gnumake
|
||||
go
|
||||
direnv
|
||||
git gh
|
||||
cling # c interpreter used for coding
|
||||
# lsp
|
||||
clang-tools
|
||||
|
||||
@@ -15,4 +15,20 @@
|
||||
force = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
flake.homeModules.nix-git-cherry-picker-desktop = {pkgs, ...}: {
|
||||
home.packages = [
|
||||
inputs.nix-git-cherry-picker.packages.${pkgs.system}.default
|
||||
];
|
||||
};
|
||||
home.file-".config/nix-git-cherry-picker/config.json" = {
|
||||
enable = true;
|
||||
text = ''
|
||||
{
|
||||
"localBranch": "desktop",
|
||||
"remoteBranch": "laptop",
|
||||
"nixConfigPath": "/home/tomasr/nixos/"
|
||||
}
|
||||
'';
|
||||
force = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user