diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-09 13:42:07 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-09 14:11:18 -0700 |
commit | a68263b8d38f5048c7ccb8522f4f007f31fa8388 (patch) | |
tree | f16978ff48fdb3a01919b3d02576c31067bfaedb /home | |
parent | fix(secrets): buildKite agents can read gerrit secrets (diff) | |
download | world-a68263b8d38f5048c7ccb8522f4f007f31fa8388.tar.gz |
fix(GTK): delete commented code
Change-Id: Ia942b32b9eef3d5205a7845ef4945d42af8a0862 Reviewed-on: https://cl.fcuny.net/c/world/+/321 Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r-- | home/gtk/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/home/gtk/default.nix b/home/gtk/default.nix index b9173c7..0dd62cb 100644 --- a/home/gtk/default.nix +++ b/home/gtk/default.nix @@ -39,11 +39,5 @@ in { [ "file:///home/fcuny/workspace" "file:///home/fcuny/documents" ]; }; }; - - # environment = { - # pathsToLink = [ "/libexec" ]; - # homeBinInPath = true; - # localBinInPath = true; - # }; }; } |