mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
cli: remove stale settings
This commit is contained in:
parent
7f12d9aa80
commit
dc329de80b
1 changed files with 0 additions and 3 deletions
|
@ -72,9 +72,6 @@
|
||||||
environment.etc.nixpkgs.source = pkgs.path;
|
environment.etc.nixpkgs.source = pkgs.path;
|
||||||
nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ];
|
nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ];
|
||||||
|
|
||||||
environment.variables.PLGO_HOSTNAMEFG = "0";
|
|
||||||
environment.variables.PLGO_HOSTNAMEBG = "114";
|
|
||||||
|
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
terminal = "screen-256color";
|
terminal = "screen-256color";
|
||||||
|
|
Loading…
Reference in a new issue