Update Thor
This commit is contained in:
parent
6ad3c8d576
commit
c9289df714
5 changed files with 21 additions and 9 deletions
|
|
@ -56,6 +56,7 @@ let
|
|||
"gm" = "git merge";
|
||||
"gma" = "git merge --abort";
|
||||
"gp" = "git push";
|
||||
"gpa" = "git push --all";
|
||||
"gpf!" = "git push --force";
|
||||
"gpoat" = "git push origin --all && git push origin --tags";
|
||||
"gpu" = "git push upstream";
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ let
|
|||
})
|
||||
] ++ [
|
||||
# editorconfig-core-c
|
||||
# python3.pkgs.editorconfig # TODO: fix dependencies
|
||||
python3.pkgs.editorconfig
|
||||
] ++ (
|
||||
lib.optionals (pkgs.devEnvironment.enableCpp) [
|
||||
clang-tools
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
variables = {
|
||||
|
||||
DSSI_PATH = "$HOME/.dssi:$HOME/.nix-profile/lib/dssi:/run/current-system/sw/lib/dssi";
|
||||
LADSPA_PATH = "$HOME/.ladspa:$HOME/.nix-profile/lib/ladspa:/run/current-system/sw/lib/ladspa";
|
||||
LV2_PATH = "$HOME/.lv2:$HOME/.nix-profile/lib/lv2:/run/current-system/sw/lib/lv2";
|
||||
|
|
@ -30,7 +29,6 @@ in
|
|||
# talentedhack
|
||||
# tunefish
|
||||
# x42-plugins
|
||||
|
||||
];
|
||||
|
||||
home.sessionVariables = variables;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue