mirror of https://git.jolheiser.com/dotnix.git
fix: override gitSVN for work
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
d3c866bd53
commit
1b0a387fcc
|
@ -38,9 +38,6 @@
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
sharedModules = [
|
|
||||||
# inputs.jolheiser-nur.homeManagerModules.default
|
|
||||||
];
|
|
||||||
users.${username}.imports = [./apps];
|
users.${username}.imports = [./apps];
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
flakePath = "/home/${username}/.config/nixpkgs";
|
flakePath = "/home/${username}/.config/nixpkgs";
|
||||||
|
@ -57,6 +54,9 @@
|
||||||
./machines/common
|
./machines/common
|
||||||
./machines/chai
|
./machines/chai
|
||||||
(commonConfig {username = "jolheiser";})
|
(commonConfig {username = "jolheiser";})
|
||||||
|
({pkgs, ...}: {
|
||||||
|
home-manager.users.jolheiser.programs.git.package = pkgs.gitSVN;
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"matcha" = nixpkgs.lib.nixosSystem {
|
"matcha" = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
@ -51,7 +51,6 @@ in {
|
||||||
jetbrains.pycharm-professional
|
jetbrains.pycharm-professional
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
jetbrains.datagrip
|
jetbrains.datagrip
|
||||||
subversion
|
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
xorg.xauth
|
xorg.xauth
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue